diff options
author | Mike Isely <isely@pobox.com> | 2009-03-07 00:02:32 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:38 -0400 |
commit | 851981a1ee0b7cf3726eb6aed267035b4f094336 (patch) | |
tree | f0ca4a8fef4fdd91750be406b3fd3e2e1d8dceb1 /drivers/media/video/pvrusb2/pvrusb2-hdw.c | |
parent | 1dfe6c77940c27cf6655acc332906b03c0c2b683 (diff) |
V4L/DVB (11197): pvrusb2: Fix incorrectly named sub-device ID
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c index f4cf485abc6b..dc79487fc099 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c | |||
@@ -125,7 +125,7 @@ static const char *module_names[] = { | |||
125 | [PVR2_CLIENT_ID_CX25840] = "cx25840", | 125 | [PVR2_CLIENT_ID_CX25840] = "cx25840", |
126 | [PVR2_CLIENT_ID_SAA7115] = "saa7115", | 126 | [PVR2_CLIENT_ID_SAA7115] = "saa7115", |
127 | [PVR2_CLIENT_ID_TUNER] = "tuner", | 127 | [PVR2_CLIENT_ID_TUNER] = "tuner", |
128 | [PVR2_CLIENT_ID_CS53132A] = "cs53132a", | 128 | [PVR2_CLIENT_ID_CS53L32A] = "cs53l32a", |
129 | [PVR2_CLIENT_ID_WM8775] = "wm8775", | 129 | [PVR2_CLIENT_ID_WM8775] = "wm8775", |
130 | }; | 130 | }; |
131 | 131 | ||