diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-10-16 19:19:41 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-17 16:27:26 -0400 |
commit | a8eb912c6d2c68426c2c2e0aad4c2bbec2240179 (patch) | |
tree | bca89eeffa3db85d56d89442faa1c38f6a0cf382 /drivers/media/video/au0828/au0828-cards.c | |
parent | 9c8ced511e154faf1a7af3f1abdfff45dccbe54a (diff) |
V4L/DVB (9252): au0828: Checkpatch compliance
au0828: Checkpatch compliance
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/au0828/au0828-cards.c')
-rw-r--r-- | drivers/media/video/au0828/au0828-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/au0828/au0828-cards.c b/drivers/media/video/au0828/au0828-cards.c index 66e0edd5861f..d60123b413f5 100644 --- a/drivers/media/video/au0828/au0828-cards.c +++ b/drivers/media/video/au0828/au0828-cards.c | |||
@@ -186,7 +186,7 @@ void au0828_gpio_setup(struct au0828_dev *dev) | |||
186 | } | 186 | } |
187 | 187 | ||
188 | /* table of devices that work with this driver */ | 188 | /* table of devices that work with this driver */ |
189 | struct usb_device_id au0828_usb_id_table [] = { | 189 | struct usb_device_id au0828_usb_id_table[] = { |
190 | { USB_DEVICE(0x2040, 0x7200), | 190 | { USB_DEVICE(0x2040, 0x7200), |
191 | .driver_info = AU0828_BOARD_HAUPPAUGE_HVR950Q }, | 191 | .driver_info = AU0828_BOARD_HAUPPAUGE_HVR950Q }, |
192 | { USB_DEVICE(0x2040, 0x7240), | 192 | { USB_DEVICE(0x2040, 0x7240), |