commit | cf2c7481d2ff7f0c266de873b2fe93883e9782f9 | [log] [tgz] |
---|---|---|
author | Pete Zaitcev <zaitcev@redhat.com> | Mon May 22 21:58:49 2006 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jun 21 15:04:13 2006 -0700 |
tree | 35dba35b3969f431feb0dfe5732c3825aa077a22 | |
parent | ad93375a30334cd97a61f7076d242e1cfdb66abc [diff] |
[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 <zaitcev@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>