Re: [PATCH] i2c: sh_mobile: Use of_device_get_match_data() helper

2017-10-17 Thread Wolfram Sang
On Wed, Oct 04, 2017 at 02:17:05PM +0200, Geert Uytterhoeven wrote: > Use the of_device_get_match_data() helper instead of open coding. > > Signed-off-by: Geert Uytterhoeven Huh, how did I miss this so far? Applied to for-next, thanks! signature.asc Description: PGP signature

Re: [PATCH] i2c: sh_mobile: Use of_device_get_match_data() helper

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 02:17:05PM +0200, Geert Uytterhoeven wrote: > Use the of_device_get_match_data() helper instead of open coding. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman

[PATCH] i2c: sh_mobile: Use of_device_get_match_data() helper

2017-10-04 Thread Geert Uytterhoeven
Use the of_device_get_match_data() helper instead of open coding. Signed-off-by: Geert Uytterhoeven --- drivers/i2c/busses/i2c-sh_mobile.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/i2c/busses/i2c-sh_mobile.c b/drivers/i2c/busses/i2c-sh_mobile.c index 6f