From: Andrew Morton Date: Sun, 12 Feb 2006 01:56:05 +0000 (-0800) Subject: [PATCH] tipar fixes X-Git-Tag: v2.6.16-rc3~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d30883942cfe8a1e3f88f8b7f4c292aeba3db5a;p=pandora-kernel.git [PATCH] tipar fixes - tipar_open(): fix unsigned comparison - tipar_open(): don't permit NULL pardevice (probably unneeded given the above fix). - tipar_init_module(): handle the situation where parport_register_driver() failed to register any devices (parport_register_driver() drops the ->attach return value on the floor). This probably makes fixes #1 and #2 unneeded. - tipar_init_module(): fix various error-path resource leaks. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed