diff options
Diffstat (limited to 'drivers/media/v4l2-core')
-rw-r--r-- | drivers/media/v4l2-core/v4l2-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/v4l2-core/v4l2-device.c b/drivers/media/v4l2-core/v4l2-device.c index 98a7f5e9cb1b..8ed5da2170bf 100644 --- a/drivers/media/v4l2-core/v4l2-device.c +++ b/drivers/media/v4l2-core/v4l2-device.c | |||
@@ -112,7 +112,7 @@ void v4l2_device_unregister(struct v4l2_device *v4l2_dev) | |||
112 | /* Unregister subdevs */ | 112 | /* Unregister subdevs */ |
113 | list_for_each_entry_safe(sd, next, &v4l2_dev->subdevs, list) { | 113 | list_for_each_entry_safe(sd, next, &v4l2_dev->subdevs, list) { |
114 | v4l2_device_unregister_subdev(sd); | 114 | v4l2_device_unregister_subdev(sd); |
115 | #if defined(CONFIG_I2C) || (defined(CONFIG_I2C_MODULE) && defined(MODULE)) | 115 | #if IS_ENABLED(CONFIG_I2C) |
116 | if (sd->flags & V4L2_SUBDEV_FL_IS_I2C) { | 116 | if (sd->flags & V4L2_SUBDEV_FL_IS_I2C) { |
117 | struct i2c_client *client = v4l2_get_subdevdata(sd); | 117 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
118 | 118 | ||