summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
diff options
context:
space:
mode:
authorJohannes Stezenbach <devnull@localhost>2003-06-17 12:27:19 +0000
committerJohannes Stezenbach <devnull@localhost>2003-06-17 12:27:19 +0000
commitcb1c9634f79bf22ade18f5d4fbdea062c071e39c (patch)
tree704a2cde9a61f710131ff062331f524dc3b5902e /linux/drivers/media/dvb
parentf4b75ce0dd2c1a4c747f7d66233f33adf6b0fbc5 (diff)
downloadmediapointer-dvb-s2-cb1c9634f79bf22ade18f5d4fbdea062c071e39c.tar.gz
mediapointer-dvb-s2-cb1c9634f79bf22ade18f5d4fbdea062c071e39c.tar.bz2
move debug print after variable declarations
(patch by Andrew de Quincey)
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r--linux/drivers/media/dvb/ttpci/av7110.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/ttpci/av7110.c b/linux/drivers/media/dvb/ttpci/av7110.c
index 4c0b0bd6e..964eb9ed8 100644
--- a/linux/drivers/media/dvb/ttpci/av7110.c
+++ b/linux/drivers/media/dvb/ttpci/av7110.c
@@ -2746,12 +2746,11 @@ int av7110_dvb_c_switch(struct saa7146_fh *fh)
u8 band = 0;
int source, sync;
-
- DEB_EE(("av7110: %p\n",av7110));
-
struct saa7146_fh *ov_fh = NULL;
int restart_overlay = 0;
+ DEB_EE(("av7110: %p\n",av7110));
+
if( vv->ov_data != NULL ) {
ov_fh = vv->ov_data->fh;
saa7146_stop_preview(ov_fh);