This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/media_tree.git tree:

Subject: [media] remove some new warnings on drxj
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Sat Jul 26 11:57:09 2014 -0300

changeset b601fe5688ae did some cleanup, but didn't remove some
now unused vars:
        drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 
'drx39xxj_set_frontend':
        drivers/media/dvb-frontends/drx39xyj/drxj.c:12072:21: warning: unused 
variable 'uio_data' [-Wunused-variable]
        drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 
'drx39xxj_set_lna':
        drivers/media/dvb-frontends/drx39xyj/drxj.c:12230:21: warning: unused 
variable 'uio_data' [-Wunused-variable]
        drivers/media/dvb-frontends/drx39xyj/drxj.c:12229:20: warning: unused 
variable 'uio_cfg' [-Wunused-variable]
        drivers/media/dvb-frontends/drx39xyj/drxj.c:12224:6: warning: unused 
variable 'result' [-Wunused-variable]

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/dvb-frontends/drx39xyj/drxj.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=60ecb71a72e93384f6b0f3c5a18a2d1e73f48036

diff --git a/drivers/media/dvb-frontends/drx39xyj/drxj.c 
b/drivers/media/dvb-frontends/drx39xyj/drxj.c
index 200554d..7ca7a21 100644
--- a/drivers/media/dvb-frontends/drx39xyj/drxj.c
+++ b/drivers/media/dvb-frontends/drx39xyj/drxj.c
@@ -12069,7 +12069,6 @@ static int drx39xxj_set_frontend(struct dvb_frontend 
*fe)
        enum drx_standard standard = DRX_STANDARD_8VSB;
        struct drx_channel channel;
        int result;
-       struct drxuio_data uio_data;
        static const struct drx_channel def_channel = {
                /* frequency      */ 0,
                /* bandwidth      */ DRX_BANDWIDTH_6MHZ,
@@ -12221,13 +12220,10 @@ static int drx39xxj_init(struct dvb_frontend *fe)
 
 static int drx39xxj_set_lna(struct dvb_frontend *fe)
 {
-       int result;
        struct dtv_frontend_properties *c = &fe->dtv_property_cache;
        struct drx39xxj_state *state = fe->demodulator_priv;
        struct drx_demod_instance *demod = state->demod;
        struct drxj_data *ext_attr = demod->my_ext_attr;
-       struct drxuio_cfg uio_cfg;
-       struct drxuio_data uio_data;
 
        if (c->lna) {
                if (!ext_attr->has_lna) {

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to