summaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/vb_setmode.c
diff options
context:
space:
mode:
authorPeter Huewe <peterhuewe@gmx.de>2013-02-03 22:54:33 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-04 10:46:27 -0800
commitfd1bbbb79eff1a4381328049b375c80c3fc8bff9 (patch)
treeefaac4c19171c1e79f6f8f204c74033f469d0ec9 /drivers/staging/xgifb/vb_setmode.c
parent8cedcc7022e40fa83339257e82e64754ca1c8b9a (diff)
downloadop-kernel-dev-fd1bbbb79eff1a4381328049b375c80c3fc8bff9.zip
op-kernel-dev-fd1bbbb79eff1a4381328049b375c80c3fc8bff9.tar.gz
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 'drivers/staging/xgifb/vb_setmode.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud