summaryrefslogtreecommitdiff
path: root/lib/devres.c
diff options
context:
space:
mode:
authorPeter Huewe <peterhuewe@gmx.de>2013-02-03 21:54:33 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-04 18:46:27 (GMT)
commitfd1bbbb79eff1a4381328049b375c80c3fc8bff9 (patch)
treeefaac4c19171c1e79f6f8f204c74033f469d0ec9 /lib/devres.c
parent8cedcc7022e40fa83339257e82e64754ca1c8b9a (diff)
downloadlinux-fsl-qoriq-fd1bbbb79eff1a4381328049b375c80c3fc8bff9.tar.xz
staging/xgifb: Fix return of uninitialized variable
Clang warning: drivers/staging/xgifb/XGI_main_26.c: warning: variable 'ret' is used uninitialized whenever 'if' condition: if (xgifb_info->mode_idx < 0) { evaluates to true. drivers/staging/xgifb/XGI_main_26.c: note: uninitialized use occurs here return ret; This patch initializes the variable in this case. Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/devres.c')
0 files changed, 0 insertions, 0 deletions