From: Arend van Spriel Date: Tue, 27 May 2014 10:56:18 +0000 (+0200) Subject: brcmfmac: call brcmf_detach() unconditional in sdio .remove() callback X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~99^2^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4faf28b7b471b97be35f29dade653d271c1951cc;p=pandora-kernel.git brcmfmac: call brcmf_detach() unconditional in sdio .remove() callback The function brcmf_detach() checks whether it needs to do his stuff or can return immediately. No need to have the same check in the calling code. Reviewed-by: Daniel (Deognyoun) Kim Reviewed-by: Franky Lin Reviewed-by: Hante Meuleman Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed