Re: [PATCH 1/4] gpio: tegra: Remove unnecessary check

2017-08-02 Thread Linus Walleij
On Mon, Jul 24, 2017 at 4:55 PM, Thierry Reding wrote: > From: Thierry Reding > > of_device_get_match_data() can never return NULL, therefore the check > for NULL values is unnecessary. > > Signed-off-by: Thierry Reding Patch applied with Jon's ACK. Yours, Linus Walleij

Re: [PATCH 1/4] gpio: tegra: Remove unnecessary check

2017-07-31 Thread Thierry Reding
On Mon, Jul 24, 2017 at 04:55:05PM +0200, Thierry Reding wrote: > From: Thierry Reding > > of_device_get_match_data() can never return NULL, therefore the check > for NULL values is unnecessary. > > Signed-off-by: Thierry Reding > --- > drivers/gpio/gpio-tegra.c | 11 ++- > 1 file chan

Re: [PATCH 1/4] gpio: tegra: Remove unnecessary check

2017-07-25 Thread Jon Hunter
On 24/07/17 15:55, Thierry Reding wrote: > From: Thierry Reding > > of_device_get_match_data() can never return NULL, therefore the check > for NULL values is unnecessary. > > Signed-off-by: Thierry Reding > --- > drivers/gpio/gpio-tegra.c | 11 ++- > 1 file changed, 2 insertions(+),

[PATCH 1/4] gpio: tegra: Remove unnecessary check

2017-07-24 Thread Thierry Reding
From: Thierry Reding of_device_get_match_data() can never return NULL, therefore the check for NULL values is unnecessary. Signed-off-by: Thierry Reding --- drivers/gpio/gpio-tegra.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/drivers/gpio/gpio-tegra.c b/dri