提交 bed6838f 编写于 作者: S Sakari Ailus 提交者: Mauro Carvalho Chehab

[media] et8ek8: Fix compiler / Coccinelle warnings

Fix a compiler warning due to an unused but assigned variable.
Signed-off-by: NSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 26db4d39
......@@ -1259,7 +1259,6 @@ et8ek8_registered(struct v4l2_subdev *subdev)
{
struct et8ek8_sensor *sensor = to_et8ek8_sensor(subdev);
struct i2c_client *client = v4l2_get_subdevdata(subdev);
struct v4l2_mbus_framefmt *format;
int rval;
dev_dbg(&client->dev, "registered!");
......@@ -1280,8 +1279,8 @@ et8ek8_registered(struct v4l2_subdev *subdev)
goto err_file;
}
format = __et8ek8_get_pad_format(sensor, NULL, 0,
V4L2_SUBDEV_FORMAT_ACTIVE);
__et8ek8_get_pad_format(sensor, NULL, 0, V4L2_SUBDEV_FORMAT_ACTIVE);
return 0;
err_file:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册