diff options
author | Daniel Drake <dsd@gentoo.org> | 2006-04-28 03:39:19 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-28 17:33:46 +0200 |
commit | 1ac3836ce689e594b20c7c9855f64a63751c2d10 (patch) | |
tree | 6482a2b6f943a7e08e958428d3ddf6a4dde61ed1 /drivers/char/mwave | |
parent | [PATCH] request_irq(): remove warnings from irq probing (diff) | |
download | linux-1ac3836ce689e594b20c7c9855f64a63751c2d10.tar.xz linux-1ac3836ce689e594b20c7c9855f64a63751c2d10.zip |
[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 <dsd@gentoo.org>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/mwave')
0 files changed, 0 insertions, 0 deletions