diff options
author | Josh Wu <josh.wu@atmel.com> | 2015-10-28 05:48:54 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-11-17 12:19:11 -0500 |
commit | 3d83078a081a2bac7639d09404d85085368c8b66 (patch) | |
tree | f098167c468563581c61d45fc0cfe0f599d4ce3d /drivers/media/usb | |
parent | ac2841f3b80170415b63ae5ca8ea417f65244604 (diff) |
[media] v4l2-clk: add new definition: V4L2_CLK_NAME_SIZE
Make all v4l2-clk's clock name use V4L2_CLK_NAME_SIZE definition.
In future, if the string is increased we just need to change the
V4L2_CLK_NAME_SIZE once.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r-- | drivers/media/usb/em28xx/em28xx-camera.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-camera.c b/drivers/media/usb/em28xx/em28xx-camera.c index 104d4a5a0649..b58acd3fcd99 100644 --- a/drivers/media/usb/em28xx/em28xx-camera.c +++ b/drivers/media/usb/em28xx/em28xx-camera.c | |||
@@ -322,7 +322,7 @@ int em28xx_detect_sensor(struct em28xx *dev) | |||
322 | 322 | ||
323 | int em28xx_init_camera(struct em28xx *dev) | 323 | int em28xx_init_camera(struct em28xx *dev) |
324 | { | 324 | { |
325 | char clk_name[V4L2_SUBDEV_NAME_SIZE]; | 325 | char clk_name[V4L2_CLK_NAME_SIZE]; |
326 | struct i2c_client *client = &dev->i2c_client[dev->def_i2c_bus]; | 326 | struct i2c_client *client = &dev->i2c_client[dev->def_i2c_bus]; |
327 | struct i2c_adapter *adap = &dev->i2c_adap[dev->def_i2c_bus]; | 327 | struct i2c_adapter *adap = &dev->i2c_adap[dev->def_i2c_bus]; |
328 | struct em28xx_v4l2 *v4l2 = dev->v4l2; | 328 | struct em28xx_v4l2 *v4l2 = dev->v4l2; |