wireless: cw1200: Use consistent internal locking conventions
authorSolomon Peachy <pizza@shaftnet.org>
Fri, 25 Oct 2013 22:15:43 +0000 (18:15 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 5 Dec 2013 19:54:47 +0000 (14:54 -0500)
The cw1200_irq_handler() function expects the hwbus lock to be held when
it is called.  On the SDIO platform, this lock is implemented in terms
of sdio_claim_host/sdio_release_host.

This trivial patch makes it explicit that we are performing the hwbus
lock rather than something SDIO-specific.

Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found