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] technisat-usb2: Don't use a deprecated call
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Mon Jan 10 21:42:12 2011 -0200

drivers/media/dvb/dvb-usb/technisat-usb2.c: In function 
‘technisat_usb2_disconnect’:
drivers/media/dvb/dvb-usb/technisat-usb2.c:770: warning: 
‘cancel_rearming_delayed_work’ is deprecated (declared at 
include/linux/workqueue.h:421)

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

 drivers/media/dvb/dvb-usb/technisat-usb2.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

---

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

diff --git a/drivers/media/dvb/dvb-usb/technisat-usb2.c 
b/drivers/media/dvb/dvb-usb/technisat-usb2.c
index 406602a..10151aa 100644
--- a/drivers/media/dvb/dvb-usb/technisat-usb2.c
+++ b/drivers/media/dvb/dvb-usb/technisat-usb2.c
@@ -767,7 +767,7 @@ static void technisat_usb2_disconnect(struct usb_interface 
*intf)
        if (dev != NULL) {
                struct technisat_usb2_state *state = dev->priv;
                if (state != NULL) {
-                       cancel_rearming_delayed_work(&state->green_led_work);
+                       cancel_delayed_work_sync(&state->green_led_work);
                        flush_scheduled_work();
                }
        }

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

Reply via email to