]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[SPARC64]: Fix OOPS on sunhv interrupts.
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 16 Feb 2006 05:56:49 +0000 (21:56 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:13:10 +0000 (01:13 -0800)
commitdb33f9bc09aaf68db7866374f9219c676787b4a2
tree4b3bb99778f65966dd1d40122a3fcb2f1f07741c
parentc7f81d42d3d07115a7b92e36ade0f3167f75bc55
[SPARC64]: Fix OOPS on sunhv interrupts.

Until the uart is openned, port->info is NULL.

Also, init the port->irq properly and give a non-zero
port->membase so that the uart device reporting is done.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/serial/sunhv.c