mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
media: atomisp: Change ISP subdev name to "ATOM ISP"
Change the generic "ATOMISP_SUBDEV" name to "ATOM ISP" to make clear that this is the subdev for the ISP itself. Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
c651e565f8
commit
c792216296
|
|
@ -799,7 +799,7 @@ static int isp_subdev_init_entities(struct atomisp_sub_device *asd)
|
|||
int ret;
|
||||
|
||||
v4l2_subdev_init(sd, &isp_subdev_v4l2_ops);
|
||||
sprintf(sd->name, "ATOMISP_SUBDEV");
|
||||
sprintf(sd->name, "Atom ISP");
|
||||
v4l2_set_subdevdata(sd, asd);
|
||||
sd->flags |= V4L2_SUBDEV_FL_HAS_EVENTS | V4L2_SUBDEV_FL_HAS_DEVNODE;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user