Re: [U-Boot] [PATCH 02/11] dm: spi: Correct minor nits in ICH driver

2015-06-12 Thread Simon Glass
On 8 June 2015 at 11:50, Jagan Teki jt...@openedev.com wrote: On 8 June 2015 at 06:58, Bin Meng bmeng...@gmail.com wrote: On Sun, Jun 7, 2015 at 10:50 PM, Simon Glass s...@chromium.org wrote: Tidy up three minor problems in this file. Signed-off-by: Simon Glass s...@chromium.org ---

Re: [U-Boot] [PATCH 02/11] dm: spi: Correct minor nits in ICH driver

2015-06-08 Thread Jagan Teki
On 8 June 2015 at 06:58, Bin Meng bmeng...@gmail.com wrote: On Sun, Jun 7, 2015 at 10:50 PM, Simon Glass s...@chromium.org wrote: Tidy up three minor problems in this file. Signed-off-by: Simon Glass s...@chromium.org --- drivers/spi/ich.c | 5 ++--- 1 file changed, 2 insertions(+), 3

Re: [U-Boot] [PATCH 02/11] dm: spi: Correct minor nits in ICH driver

2015-06-07 Thread Bin Meng
On Sun, Jun 7, 2015 at 10:50 PM, Simon Glass s...@chromium.org wrote: Tidy up three minor problems in this file. Signed-off-by: Simon Glass s...@chromium.org --- drivers/spi/ich.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/spi/ich.c