brcmfmac: change return type for brcmf_rollback_toq() to void
authorArend van Spriel <arend@broadcom.com>
Wed, 17 Apr 2013 19:25:57 +0000 (21:25 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 22 Apr 2013 19:20:23 +0000 (15:20 -0400)
commit88f656fa10563688978c8269ffb11ceb83a56ba2
tree3b433fa4ea152f3e2f106ed61b1f8591afb1d6fe
parent67994fa24accac120a6ae9720ef0cba0166ce121
brcmfmac: change return type for brcmf_rollback_toq() to void

The function brcmf_rollback_toq() is already called in error path
and its result should not override the initial error value. As the
function releases the sk_buff there is no need to return anything
so change return type to void.

Reviewed-by: Hante Meuleman <meuleman@broadcom.com>
Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c