From: Arend van Spriel Date: Wed, 3 Apr 2013 10:40:26 +0000 (+0200) Subject: brcmfmac: correct success flag passed by brcmf_sdbrcm_txpkt() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~170^2^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a886f7f4e4d4fcc2ce153b67d1fe69377fd7ede3;p=pandora-kernel.git brcmfmac: correct success flag passed by brcmf_sdbrcm_txpkt() The function brcmf_sdbrcm_txpkt() calls brcmf_txcomplete() with a parameter success. For this parameter it passes ret != 0, but that condition is true upon failure. Reviewed-by: Franky (Zhenhui) Lin Reviewed-by: Piotr Haber Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Hante Meuleman Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed