Char: stallion, fix oops during init with ISA cards
authorIngo Korb <ml@akana.de>
Sun, 24 Jun 2007 00:16:35 +0000 (17:16 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 24 Jun 2007 15:59:11 +0000 (08:59 -0700)
commitb08b5ad9473a972fdd5d739080d24a84b23525ac
treedb01992344f5f8cfe3422fdb69ebc0f7eeb88813
parent58ed2f9c75b719da4f494f24ed2d56d45f5b4959
Char: stallion, fix oops during init with ISA cards

The stallion driver oopses while initializing ISA cards due to an
uninitialized variable.  This patch changes the initialisation order to
match the PCI code path.

Signed-off-by: Ingo Korb <ml@akana.de>
Acked-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/stallion.c