Re: [PATCH] drivers/base/memory.c: introduce help macro to_memory_block

2013-08-27 Thread Greg Kroah-Hartman
On Mon, Aug 26, 2013 at 06:32:50PM +0800, Gu Zheng wrote: > Introduce help macro to_memory_block to hide the > conversion(device-->memory_block), > just clean up. > > Signed-off-by: Gu Zheng > --- > drivers/base/memory.c | 27 --- > 1 files changed, 12 insertions(+),

Re: [PATCH] drivers/base/memory.c: introduce help macro to_memory_block

2013-08-27 Thread Yasuaki Ishimatsu
(2013/08/26 19:32), Gu Zheng wrote: Introduce help macro to_memory_block to hide the conversion(device-->memory_block), just clean up. Signed-off-by: Gu Zheng --- It looks good to me. Reviewed-by: Yasuaki Ishimatsu Thanks, Yasuaki Ishimatsu drivers/base/memory.c | 27

Re: [PATCH] drivers/base/memory.c: introduce help macro to_memory_block

2013-08-27 Thread Yasuaki Ishimatsu
(2013/08/26 19:32), Gu Zheng wrote: Introduce help macro to_memory_block to hide the conversion(device--memory_block), just clean up. Signed-off-by: Gu Zheng guz.f...@cn.fujitsu.com --- It looks good to me. Reviewed-by: Yasuaki Ishimatsu isimatu.yasu...@jp.fujitsu.com Thanks, Yasuaki

Re: [PATCH] drivers/base/memory.c: introduce help macro to_memory_block

2013-08-27 Thread Greg Kroah-Hartman
On Mon, Aug 26, 2013 at 06:32:50PM +0800, Gu Zheng wrote: Introduce help macro to_memory_block to hide the conversion(device--memory_block), just clean up. Signed-off-by: Gu Zheng guz.f...@cn.fujitsu.com --- drivers/base/memory.c | 27 --- 1 files changed, 12

[PATCH] drivers/base/memory.c: introduce help macro to_memory_block

2013-08-26 Thread Gu Zheng
Introduce help macro to_memory_block to hide the conversion(device-->memory_block), just clean up. Signed-off-by: Gu Zheng --- drivers/base/memory.c | 27 --- 1 files changed, 12 insertions(+), 15 deletions(-) diff --git a/drivers/base/memory.c

[PATCH] drivers/base/memory.c: introduce help macro to_memory_block

2013-08-26 Thread Gu Zheng
Introduce help macro to_memory_block to hide the conversion(device--memory_block), just clean up. Signed-off-by: Gu Zheng guz.f...@cn.fujitsu.com --- drivers/base/memory.c | 27 --- 1 files changed, 12 insertions(+), 15 deletions(-) diff --git a/drivers/base/memory.c