diff options
| author | 2013-02-03 22:54:33 +0100 | |
|---|---|---|
| committer | 2013-02-04 10:46:27 -0800 | |
| commit | fd1bbbb79eff1a4381328049b375c80c3fc8bff9 (patch) | |
| tree | efaac4c19171c1e79f6f8f204c74033f469d0ec9 /tools | |
| parent | staging/xgifb: mttr must be (signed) int (diff) | |
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 'tools')
0 files changed, 0 insertions, 0 deletions
