[PATCH] libertas: correctly balance locking in libertas_process_rx_command
authorDan Williams <dcbw@redhat.com>
Fri, 25 May 2007 21:33:28 +0000 (17:33 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 11 Jun 2007 18:28:43 +0000 (14:28 -0400)
adapter->lock should released after unlocking adapter->driver_lock to
balance the order in which they were locked at the top of the function.

Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found