[PATCH] HID: picoLCD: Remove use of deprecated function

2012-09-06 Thread Emil Goode
The flush_delayed_work_sync function is deprecated, we can instead call flush_delayed_work directly. Sparse is giving a warning: drivers/hid/hid-picolcd_fb.c:611:2: warning: ‘flush_delayed_work_sync’ is deprecated (declared at include/linux/workqueue.h:454) [-Wdeprecated-de

Re: [PATCH] HID: picoLCD: Remove use of deprecated function

2012-09-06 Thread Bruno Prémont
On Thu, 06 September 2012 Emil Goode wrote: > The flush_delayed_work_sync function is deprecated, > we can instead call flush_delayed_work directly. > > Sparse is giving a warning: > drivers/hid/hid-picolcd_fb.c:611:2: warning: > ‘flush_delayed_work_sync’ is deprecated > (declared at

Re: [PATCH] HID: picoLCD: Remove use of deprecated function

2012-09-06 Thread Tejun Heo
On Thu, Sep 06, 2012 at 10:12:52PM +0200, Bruno Prémont wrote: > On Thu, 06 September 2012 Emil Goode wrote: > > The flush_delayed_work_sync function is deprecated, > > we can instead call flush_delayed_work directly. > > > > Sparse is giving a warning: > > drivers/hid/hid-picolcd_fb.c:611:2: war

Re: [PATCH] HID: picoLCD: Remove use of deprecated function

2012-09-07 Thread Jiri Kosina
On Thu, 6 Sep 2012, Tejun Heo wrote: > > > The flush_delayed_work_sync function is deprecated, > > > we can instead call flush_delayed_work directly. > > > > > > Sparse is giving a warning: > > > drivers/hid/hid-picolcd_fb.c:611:2: warning: > > > ‘flush_delayed_work_sync’ is deprecated > > >

Re: [PATCH] HID: picoLCD: Remove use of deprecated function

2012-10-01 Thread Jiri Kosina
On Thu, 6 Sep 2012, Tejun Heo wrote: > > > Sparse is giving a warning: > > > drivers/hid/hid-picolcd_fb.c:611:2: warning: > > > ‘flush_delayed_work_sync’ is deprecated > > > (declared at include/linux/workqueue.h:454) > > > [-Wdeprecated-declarations] > > > > > > Signed-off-by: Emil Goode

Re: [PATCH] HID: picoLCD: Remove use of deprecated function

2012-10-01 Thread Tejun Heo
On Tue, Oct 02, 2012 at 12:18:00AM +0200, Jiri Kosina wrote: > Linus has just pulled from me, so if you could take care of this merge > conflict, that'd be awesome. Will do. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to m