Re: [PATCH v6 068/102] spi: ich: Various small tidy-ups

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:51 PM Simon Glass wrote: > > Use debug() instead of printf() to reduce code size and change a bool > return value to the use the 'bool' type. Also drop the global data > declaration since it not actually used. Finally, set the log category. > > Signed-off-by: Simon Glass

[PATCH v6 068/102] spi: ich: Various small tidy-ups

2019-12-06 Thread Simon Glass
Use debug() instead of printf() to reduce code size and change a bool return value to the use the 'bool' type. Also drop the global data declaration since it not actually used. Finally, set the log category. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v6: None Changes in