diff options
author | Ricardo Maraschini <xrmarsx@gmail.com> | 2010-04-06 01:40:43 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:56:41 -0400 |
commit | d49f7a240575937703f04d07cf41be1672ce2e25 (patch) | |
tree | 73c69e3aa0f2c93a7d962bdd9eb3880073e0edd7 /drivers/media/video/cx88 | |
parent | b084307c750cb3de4a366aeced1b69ee768c81aa (diff) |
V4L/DVB: cx88-dvb: fix on switch identation
[dougsland@redhat.com: fixed reject due changes in cx88-dvb.c]
Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index 94ab862f0219..faa8e8163a4a 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c | |||
@@ -1231,7 +1231,7 @@ static int dvb_register(struct cx8802_dev *dev) | |||
1231 | fe->ops.tuner_ops.set_config(fe, &ctl); | 1231 | fe->ops.tuner_ops.set_config(fe, &ctl); |
1232 | } | 1232 | } |
1233 | break; | 1233 | break; |
1234 | case CX88_BOARD_PINNACLE_HYBRID_PCTV: | 1234 | case CX88_BOARD_PINNACLE_HYBRID_PCTV: |
1235 | case CX88_BOARD_WINFAST_DTV1800H: | 1235 | case CX88_BOARD_WINFAST_DTV1800H: |
1236 | fe0->dvb.frontend = dvb_attach(zl10353_attach, | 1236 | fe0->dvb.frontend = dvb_attach(zl10353_attach, |
1237 | &cx88_pinnacle_hybrid_pctv, | 1237 | &cx88_pinnacle_hybrid_pctv, |