commit | 8a30c017c99603b216907c2f7aa22d3afe4137c3 | [log] [tgz] |
---|---|---|
author | Sakari Ailus <sakari.ailus@linux.intel.com> | Mon Aug 03 11:07:06 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Fri Aug 28 11:03:36 2020 +0200 |
tree | 1ae6a2cdbd5f072a8be92efd4614770d3d571e04 | |
parent | bca82e3557ee1fbfbdacb09033a2d81ac76c86eb [diff] |
media: max9286: Depend on OF_GPIO The driver expects struct gpio_chip has of_node field and that field is only there if CONFIG_OF_GPIO is defined. Fix this by changing the OF dependency to OF_GPIO. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>