]> git.baikalelectronics.ru Git - kernel.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)
commita165d59430aed1d90c466cf1aa1f8b7bc5f08290
tree4b3bb99778f65966dd1d40122a3fcb2f1f07741c
parent4f60bd8750fe9fbf0bb72245b271c480224ee60e
[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