diff options
author | Peter Huewe <peterhuewe@gmx.de> | 2013-02-19 04:13:50 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-11 16:22:43 (GMT) |
commit | 81372118c6fc12d41b6e978b915cc010fe6e5700 (patch) | |
tree | 06a6b4ebf7db027b6012ae73834dc04b08150361 /drivers/target/iscsi | |
parent | 4fcf94980c994ed992d8efd1424bd842225f1cc6 (diff) | |
download | linux-fsl-qoriq-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 'drivers/target/iscsi')
0 files changed, 0 insertions, 0 deletions