Re: [Patch V1] i2c: imx: improve code readability

2016-01-03 Thread Wolfram Sang
On Mon, Nov 02, 2015 at 05:05:30PM +0800, Gao Pan wrote: > Replace of_get_named_gpio_flags with of_get_named_gpio because > the latter has less parameters, which improves code readability. > > Signed-off-by: Fugang Duan > Signed-off-by: Gao Pan

Re: [Patch V1] i2c: imx: improve code readability

2015-11-02 Thread Uwe Kleine-König
Hello, On Mon, Nov 02, 2015 at 05:05:30PM +0800, Gao Pan wrote: > Replace of_get_named_gpio_flags with of_get_named_gpio because > the latter has less parameters, which improves code readability. > > Signed-off-by: Fugang Duan > Signed-off-by: Gao Pan

[Patch V1] i2c: imx: improve code readability

2015-11-02 Thread Gao Pan
Replace of_get_named_gpio_flags with of_get_named_gpio because the latter has less parameters, which improves code readability. Signed-off-by: Fugang Duan Signed-off-by: Gao Pan --- drivers/i2c/busses/i2c-imx.c | 6 ++ 1 file changed, 2