Re: [PATCH] gpio: bd7xxxx: use helper variable for pdev->dev

2021-01-06 Thread Vaittinen, Matti
Thanks for making this better :) On Wed, 2021-01-06 at 11:11 +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Using a helper local variable to store the address of >dev adds > to readability and allows us to avoid unnecessary line breaks. > > Signed-off-by: Bartosz Golaszewski

[PATCH] gpio: bd7xxxx: use helper variable for pdev->dev

2021-01-06 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Using a helper local variable to store the address of >dev adds to readability and allows us to avoid unnecessary line breaks. Signed-off-by: Bartosz Golaszewski --- drivers/gpio/gpio-bd70528.c | 17 - drivers/gpio/gpio-bd71828.c | 15 +++