[media] v4l: mt9v032: Remove unneeded gpiod NULL check
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 26 Jan 2016 18:11:51 +0000 (16:11 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 31 Jan 2017 13:54:15 +0000 (11:54 -0200)
commit70829035ba7106c4052346247e30157362de6403
tree08871c215d6ef4c30e538ccebf48204a8644dc4c
parentda42c3c641ea5bcf032170540bf64f5c09db925e
[media] v4l: mt9v032: Remove unneeded gpiod NULL check

The gpiod API checks for NULL descriptors, there's no need to duplicate
the check in the driver.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/i2c/mt9v032.c