]> git.karo-electronics.de Git - linux-beck.git/commitdiff
V4L/DVB (3401): Coding style fixes in saa7134-dvb.c
authorHartmut Hackmann <hartmut.hackmann@t-online.de>
Tue, 28 Feb 2006 00:14:36 +0000 (21:14 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 8 Mar 2006 14:35:28 +0000 (11:35 -0300)
deleted 2 semicolons at end of functions

Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/saa7134/saa7134-dvb.c

index ad34eb5b17cb6f3e4232fb745a957b2d789e6a9a..86cfdb8514cb58dc42c6cacfe2e42daf7de80264 100644 (file)
@@ -814,7 +814,7 @@ static int philips_tiger_pll_set(struct dvb_frontend *fe, struct dvb_frontend_pa
        tda8290_msg.buf = tda8290_open;
        i2c_transfer(&dev->i2c_adap, &tda8290_msg, 1);
        return ret;
-};
+}
 
 static int philips_tiger_dvb_mode(struct dvb_frontend *fe)
 {
@@ -891,7 +891,7 @@ static int ads_duo_pll_set(struct dvb_frontend *fe, struct dvb_frontend_paramete
 
        ret = philips_tda827xa_pll_set(0x61, fe, params);
        return ret;
-};
+}
 
 static int ads_duo_dvb_mode(struct dvb_frontend *fe)
 {