commit | 5d0c3d4f3d48681c2ba51e9f9ed6ae5dc4a34a47 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Mon Oct 01 16:24:17 2012 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Oct 15 22:46:41 2012 +0200 |
tree | bcaa7e3c0a6ae164f0f75a4fd7a31228028baaa1 | |
parent | 1b61810d196b84bfdc14c289126d98de765b7f97 [diff] |
parport: dead code in pp_write We always update bytes_written before we check signal_pending so it follows that we can't get a signal return for 0 bytes so we don't need to check in the singal path. The cases a signal causes an earlier abort are handled before this and will not hit this path Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>