mirror of https://gitee.com/openkylin/linux.git
media: v4l: sr030pc30: Remove redundant setting of sub-device name
The sub-device name is set right after in v4l2_i2c_subdev_init(). Remove the redundant strcpy() call. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
18ce848579
commit
7d3073f13e
|
@ -703,7 +703,6 @@ static int sr030pc30_probe(struct i2c_client *client,
|
|||
return -ENOMEM;
|
||||
|
||||
sd = &info->sd;
|
||||
strscpy(sd->name, MODULE_NAME, sizeof(sd->name));
|
||||
info->pdata = client->dev.platform_data;
|
||||
|
||||
v4l2_i2c_subdev_init(sd, client, &sr030pc30_ops);
|
||||
|
|
Loading…
Reference in New Issue