#ifndef CONNTRACK_H #define CONNTRACK_H #include #include #include #include #endif /* CONNTRACK_H */ s://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Elfring <elfring@users.sourceforge.net>2016-07-15 15:23:22 +0200
committerMark Yao <mark.yao@rock-chips.com>2016-07-19 10:02:30 +0800
commitf5e193a16dbe715b82ae8c5b1d70a3ca8f07c1ff (patch)
tree1557299789b77246495c40c55ebea6408636742f
parent15da78084d584977547e7ba46d8253c27d17507c (diff)
drm/rockchip: Delete an unnecessary check before drm_gem_object_unreference_unlocked()
The drm_gem_object_unreference_unlocked() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>