From: Arend van Spriel Date: Wed, 17 Apr 2013 19:25:57 +0000 (+0200) Subject: brcmfmac: change return type for brcmf_rollback_toq() to void X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~43^2^2~33 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88f656fa10563688978c8269ffb11ceb83a56ba2;p=pandora-kernel.git 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 Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed