diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-17 18:41:10 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-17 18:41:10 -0300 |
commit | e1f327f167fa9e97945bd55a18f3c4d002874ac2 (patch) | |
tree | 555d56f1918193e5851b8ec051a3102222f6b034 /linux/drivers/media/video/em28xx/em28xx-cards.c | |
parent | 294c4f3e70bd1a21e967f15900141cb1dd152aff (diff) | |
download | mediapointer-dvb-s2-e1f327f167fa9e97945bd55a18f3c4d002874ac2.tar.gz mediapointer-dvb-s2-e1f327f167fa9e97945bd55a18f3c4d002874ac2.tar.bz2 |
CodingStyle fixes
From: Douglas Schilling Landgraf <dougsland@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-cards.c b/linux/drivers/media/video/em28xx/em28xx-cards.c index 0b3175661..3ad6cfb82 100644 --- a/linux/drivers/media/video/em28xx/em28xx-cards.c +++ b/linux/drivers/media/video/em28xx/em28xx-cards.c @@ -437,10 +437,10 @@ MODULE_DEVICE_TABLE(usb, em28xx_id_table); /* Board Hauppauge WinTV HVR 900 analog */ struct em28xx_reg_seq hauppauge_wintv_hvr_900_analog[] = { - { -1, -1, 6}, + { -1, -1, 6}, {0x08, 0x2d, 10}, {0x08, 0x3d, 5}, - { -1, -1, -1}, + { -1, -1, -1}, }; /* Board Hauppauge WinTV HVR 900 digital */ struct em28xx_reg_seq hauppauge_wintv_hvr_900_digital[] = { |