From: Tejun Heo Date: Wed, 15 Jun 2011 13:32:06 +0000 (-0300) Subject: [media] dvb-usb/technisat-usb2: don't use flush_scheduled_work() X-Git-Tag: v3.1-rc1~116^2~274 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe45e2551f565c87559434205963fc56bbe205fa;p=pandora-kernel.git [media] dvb-usb/technisat-usb2: don't use flush_scheduled_work() flush_scheduled_work() is deprecated and scheduled to be removed. technisat-usb2 already sync-cancels the only work item it uses and there's no reason for it to call flush_scheduled_work(). Don't use it. Signed-off-by: Tejun Heo Cc: Patrick Boettcher Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed