diff options
| author | Peter Huewe <peterhuewe@gmx.de> | 2013-02-19 08:13:50 +0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-11 20:22:43 +0400 |
| commit | 81372118c6fc12d41b6e978b915cc010fe6e5700 (patch) | |
| tree | 06a6b4ebf7db027b6012ae73834dc04b08150361 /tools/perf/scripts/python | |
| parent | 4fcf94980c994ed992d8efd1424bd842225f1cc6 (diff) | |
| download | linux-81372118c6fc12d41b6e978b915cc010fe6e5700.tar.xz | |
staging/slicoss: Check pointer before dereferencing
Smatch complains that the variable adapter is dereferenced before it is
checked:
slicoss.c:906 slic_timer_load_check() warn: variable dereferenced before
check 'adapter' (see line 904)
-> move the assignment after the check.
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
