Re: [PATCH] [media] ov5640: Remove unneeded gpiod NULL check

2017-07-22 Thread Steve Longerbeam
Acked-by: Steve Longerbeam On 07/19/2017 07:41 PM, Fabio Estevam wrote: From: Fabio Estevam The gpiod API checks for NULL descriptors, so there is no need to duplicate the check in the driver. Signed-off-by: Fabio Estevam --- drivers/media/i2c/ov5640.c | 3 +-- 1 file changed, 1 insertio

[PATCH] [media] ov5640: Remove unneeded gpiod NULL check

2017-07-19 Thread Fabio Estevam
From: Fabio Estevam The gpiod API checks for NULL descriptors, so there is no need to duplicate the check in the driver. Signed-off-by: Fabio Estevam --- drivers/media/i2c/ov5640.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/media/i2c/ov5640.c b/drivers/media/