]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[media] xc4000: remove xc5000 firmware loading routine
authorDevin Heitmueller <dheitmueller@kernellabs.com>
Thu, 23 Jul 2009 00:56:37 +0000 (21:56 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:52:29 +0000 (17:52 -0300)
Since we use the xc3028 version of the firmware file parsing routine (which
includes support for scodes and separate blobs), we can drop the xc5000
version of the code.

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/tuners/xc4000.c

index fd9119eb33167bf60077f60518d287ca13ea9226..6d5ab599e83ac1cd93f10d6ece643da49baece67 100644 (file)
@@ -568,7 +568,6 @@ static int xc4000_readreg(struct xc4000_priv *priv, u16 reg, u16 *val)
        return XC_RESULT_SUCCESS;
 }
 
-
 static int seek_firmware(struct dvb_frontend *fe, unsigned int type,
                         v4l2_std_id *id)
 {
@@ -686,7 +685,6 @@ static int load_firmware(struct dvb_frontend *fe, unsigned int type,
        return rc;
 }
 
-//static int load_all_firmwares(struct dvb_frontend *fe)
 static int xc4000_fwupload(struct dvb_frontend *fe)
 {
        struct xc4000_priv *priv = fe->tuner_priv;