summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPeter Huewe <peterhuewe@gmx.de>2013-02-19 04:13:50 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-11 16:22:43 (GMT)
commit81372118c6fc12d41b6e978b915cc010fe6e5700 (patch)
tree06a6b4ebf7db027b6012ae73834dc04b08150361 /security
parent4fcf94980c994ed992d8efd1424bd842225f1cc6 (diff)
downloadlinux-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 'security')
0 files changed, 0 insertions, 0 deletions