summaryrefslogtreecommitdiff
path: root/drivers/devfreq
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2013-01-20 22:14:43 (GMT)
committerJiri Kosina <jkosina@suse.cz>2013-01-20 23:07:15 (GMT)
commitbec0b2ce8304bedf56935c44912716882a365adb (patch)
treeaa943fc1155ef59d2ff4fcf9b8b4819fe2107cf3 /drivers/devfreq
parent4de80273a2ffc619f7fa20d85c37e6ba1bbae1ed (diff)
downloadlinux-bec0b2ce8304bedf56935c44912716882a365adb.tar.xz
pcmcia: avoid static analysis complaint about use-after-free
Coverity complains about a use after free for 'res1' and 'res2' since we use the value of the pointers in a 'dev_dbg()' after they have been freed. That's not really a problem, but it still seems cleaner to defer freeing until we are completely done with the pointers. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/devfreq')
0 files changed, 0 insertions, 0 deletions