Re: [PATCH v3 4/8] mmc: dw_mmc: remove unused member variable.

2014-02-06 Thread Jaehoon Chung
On 02/06/2014 08:23 PM, Seungwon Jeon wrote: > On Monday, February 03, 2014, Jaehoon Chung wrote: >> Since using the device-tree, didn't use the callback pointer. >> So removed the unused callback pointer. >> >> > Above unnecessary line? Remove it. > > Looks good to me. > But just one thing is...

RE: [PATCH v3 4/8] mmc: dw_mmc: remove unused member variable.

2014-02-06 Thread Seungwon Jeon
On Monday, February 03, 2014, Jaehoon Chung wrote: > Since using the device-tree, didn't use the callback pointer. > So removed the unused callback pointer. > > Above unnecessary line? Looks good to me. But just one thing is... We may need to consider alternative for setpower soon. Thanks, Seun

[PATCH v3 4/8] mmc: dw_mmc: remove unused member variable.

2014-02-03 Thread Jaehoon Chung
Since using the device-tree, didn't use the callback pointer. So removed the unused callback pointer. Signed-off-by: Jaehoon Chung --- Changelog V3: - None Changelog V2: - None drivers/mmc/host/dw_mmc.c | 33 +++-- include/linux/mmc/dw_mmc.h | 1