diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2019-08-07 10:43:32 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-08-07 22:07:29 +0200 |
commit | 25a3d6bac6b9ff7d62033185780daa1b4f7bee2f (patch) | |
tree | d22c00018c2a4d4382cf2ee793f9dd6e8e546472 /drivers/media/pci/cobalt/cobalt-driver.c | |
parent | media: media/platform: fsl-viu.c: fix build for MICROBLAZE (diff) | |
download | linux-25a3d6bac6b9ff7d62033185780daa1b4f7bee2f.tar.xz linux-25a3d6bac6b9ff7d62033185780daa1b4f7bee2f.zip |
media: adv7511/cobalt: rename driver name to adv7511-v4l2
Commit b2ce5617dad2 ("media: i2c: fix warning same module names")
renamed the adv7511 module in the media tree to adv7511-v4l2.
This patch does the same rename for the driver name and device id to
keep the naming consistent.
Since the cobalt driver loads this module, it had to be renamed there
as well.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/pci/cobalt/cobalt-driver.c')
-rw-r--r-- | drivers/media/pci/cobalt/cobalt-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cobalt/cobalt-driver.c b/drivers/media/pci/cobalt/cobalt-driver.c index b92833f3d464..0695078ef812 100644 --- a/drivers/media/pci/cobalt/cobalt-driver.c +++ b/drivers/media/pci/cobalt/cobalt-driver.c @@ -584,7 +584,7 @@ static int cobalt_subdevs_hsma_init(struct cobalt *cobalt) .cec_clk = 12000000, }; static struct i2c_board_info adv7511_info = { - .type = "adv7511", + .type = "adv7511-v4l2", .addr = 0x39, /* 0x39 or 0x3d */ .platform_data = &adv7511_pdata, }; |