From: Pete Zaitcev Date: Tue, 23 May 2006 04:58:49 +0000 (-0700) Subject: [PATCH] USB serial: encapsulate schedule_work, remove double-calling X-Git-Tag: v2.6.18-rc1~858^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf2c7481d2ff7f0c266de873b2fe93883e9782f9;p=pandora-kernel.git [PATCH] USB serial: encapsulate schedule_work, remove double-calling I'm going to throw schedule_work away, it's retarded. But for starters, let's have it encapsulated. Also, generic and whiteheat were both calling usb_serial_port_softint and scheduled work. Only one was necessary. Signed-off-by: Pete Zaitcev Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed