Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Hans de Goede and committed by
Mauro Carvalho Chehab
c7922162 c651e565

+1 -1
+1 -1
drivers/staging/media/atomisp/pci/atomisp_subdev.c
··· 799 799 int ret; 800 800 801 801 v4l2_subdev_init(sd, &isp_subdev_v4l2_ops); 802 - sprintf(sd->name, "ATOMISP_SUBDEV"); 802 + sprintf(sd->name, "Atom ISP"); 803 803 v4l2_set_subdevdata(sd, asd); 804 804 sd->flags |= V4L2_SUBDEV_FL_HAS_EVENTS | V4L2_SUBDEV_FL_HAS_DEVNODE; 805 805