[AX25] mkiss: Drop spinlock before sleeping call.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 9 Jan 2006 06:31:04 +0000 (22:31 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 9 Jan 2006 22:16:21 +0000 (14:16 -0800)
With the previous missing-unlock fix the spinlock is dropped only
after the tty->driver->write() call which might sleep.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found