]> git.neil.brown.name Git - history.git/commit
[PATCH] Fix another CONFIG_MCA=y oops
authorAndrew Morton <akpm@osdl.org>
Wed, 22 Oct 2003 01:23:09 +0000 (18:23 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Wed, 22 Oct 2003 01:23:09 +0000 (18:23 -0700)
commitdd329e9e50e884173f3bee7916d9a9a463b79340
treea5cb527b3c1664ba3b263a0644bb1e563cbad994
parent4c80b95c7b5cf1eb7c86e20bf13d8ca7a3d464bd
[PATCH] Fix another CONFIG_MCA=y oops

If you have an MCA kernel on non-MCA hardware and load an MCA driver,
mca_find_unused_adapter() ends up dereferencing NULL.

Teach it about the absence of MCA buses.
drivers/mca/mca-legacy.c