diff options
author | Chad Dupuis <[email protected]> | 2011-08-16 11:31:55 -0700 |
---|---|---|
committer | James Bottomley <[email protected]> | 2011-08-29 00:14:57 -0700 |
commit | e5fdae5583e30bbc730e2035d0b6da33e7d8e4ee (patch) | |
tree | 82fd2c7bffb192f3e2f9faa38bfee41dc6f0ee94 /tools/perf/scripts/python | |
parent | 3173167f015b779e549e1be04707316cce1b57f1 (diff) |
[SCSI] qla2xxx: Fix "active_mask" may be used uninitialized warning.
Since active_mask is first assigned in an "else" block, the compiler throws
a warning saying that the active_mask variable may be used uninitialized in
a print statement later. Initialize active_mask to 0 in the declaration to
stop the warning.
Signed-off-by: Chad Dupuis <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions