]> Git Repo - linux.git/commit
mm/zswap: delete unnecessary check before calling free_percpu()
authorMarkus Elfring <[email protected]>
Sat, 13 Dec 2014 00:57:18 +0000 (16:57 -0800)
committerLinus Torvalds <[email protected]>
Sat, 13 Dec 2014 20:42:50 +0000 (12:42 -0800)
commit442cc432e68b24dc6bd70b1ee1f5d477ee1aa385
tree51c430bb8e21b0e393cd5d94e1f9cd4d3005c6e7
parentdd01d7d89a0c492821c6db005c21e68258a833fc
mm/zswap: delete unnecessary check before calling free_percpu()

free_percpu() 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 <[email protected]>
Cc: Seth Jennings <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/zswap.c
This page took 0.048122 seconds and 4 git commands to generate.