From: Daniel Drake Date: Fri, 28 Apr 2006 01:39:19 +0000 (-0700) Subject: [PATCH] tipar oops fix X-Git-Tag: v2.6.17-rc4~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ac3836ce689e594b20c7c9855f64a63751c2d10;p=pandora-kernel.git [PATCH] tipar oops fix If compiled into the kernel, parport_register_driver() is called before the parport driver has been initalised. This means that it is expected that tp_count is 0 after the parport_register_driver() call() - tipar's attach function will not be called until later during bootup. Signed-off-by: Daniel Drake Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed