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] az6007: rename "st" to "state" at az6007_power_ctrl()
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Sun Aug 5 09:22:23 2012 -0300

On all other parts, this var is called state. So, use the same
name here, to be consistent.

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

 drivers/media/dvb/dvb-usb-v2/az6007.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=3cb9f4e28269124d304e1886809f4f9fa9899790

diff --git a/drivers/media/dvb/dvb-usb-v2/az6007.c 
b/drivers/media/dvb/dvb-usb-v2/az6007.c
index 4671eaa..bb7f61d 100644
--- a/drivers/media/dvb/dvb-usb-v2/az6007.c
+++ b/drivers/media/dvb/dvb-usb-v2/az6007.c
@@ -637,13 +637,13 @@ static int az6007_tuner_attach(struct dvb_usb_adapter 
*adap)
 
 int az6007_power_ctrl(struct dvb_usb_device *d, int onoff)
 {
-       struct az6007_device_state *st = d_to_priv(d);
+       struct az6007_device_state *state = d_to_priv(d);
        int ret;
 
        pr_debug("%s()\n", __func__);
 
-       if (!st->warm) {
-               mutex_init(&st->mutex);
+       if (!state->warm) {
+               mutex_init(&state->mutex);
 
                ret = az6007_write(d, AZ6007_POWER, 0, 2, NULL, 0);
                if (ret < 0)
@@ -674,7 +674,7 @@ int az6007_power_ctrl(struct dvb_usb_device *d, int onoff)
                if (ret < 0)
                        return ret;
 
-               st->warm = true;
+               state->warm = true;
 
                return 0;
        }

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

Reply via email to