From: Solomon Peachy Date: Fri, 25 Oct 2013 22:15:43 +0000 (-0400) Subject: wireless: cw1200: Use consistent internal locking conventions X-Git-Tag: v3.14-rc1~94^2~601^2^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf1ad8f94766a22b55f6515ac28b8edb0504e1d6;p=pandora-kernel.git wireless: cw1200: Use consistent internal locking conventions 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed