summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-model
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2016-02-02 12:57:53 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-09 17:39:33 -0800
commit4877bb91786e41426bcbec0e151c048a9bd8a1ce (patch)
tree7fae3b42605ca2fe0325601e4f1e32328a6d30fc /Documentation/driver-model
parent9e5b3d6f7f946a3fb4d83ac2ab6d2bfefcdafffb (diff)
downloadlinux-0-day-4877bb91786e41426bcbec0e151c048a9bd8a1ce.tar.gz
linux-0-day-4877bb91786e41426bcbec0e151c048a9bd8a1ce.tar.xz
component: remove impossible condition
We will be evaluating this condition only if match->num == match->alloc and that means we have already dereferenced match which implies match can not be NULL at this point. Moreover we have done a NULL check on match just before this. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/driver-model')
0 files changed, 0 insertions, 0 deletions