aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorArend van Spriel <[email protected]>2013-11-29 22:00:31 +0000
committerJohn W. Linville <[email protected]>2013-12-02 18:11:52 +0000
commit019b952843673fa6616d73335b9c27acb43ddeff (patch)
tree58031504bde5d4d9d43980be5acba7526c9b423b /net/unix/af_unix.c
parentnet: wireless: wcn36xx: fix potential NULL pointer dereference (diff)
downloadkernel-019b952843673fa6616d73335b9c27acb43ddeff.tar.gz
kernel-019b952843673fa6616d73335b9c27acb43ddeff.zip
brcmfmac: fix uninitialized warning
Building brcmfmac for sparc64 gave the following warning: CC [M] drivers/net/wireless/brcm80211/brcmfmac/bcmsdh_sdmmc.o bcmsdh_sdmmc.c: In function 'brcmf_sdioh_request_byte': bcmsdh_sdmmc.c:89:6: warning: 'err_ret' may be used uninitialized in this function [-Wuninitialized] Inspecting the code it indeed had a path of execution in which the return value was used uninitialized. This patch fixes that code path. Reviewed-by: Hante Meuleman <[email protected]> Reviewed-by: Franky Lin <[email protected]> Reviewed-by: Pieter-Paul Giesberts <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions