Input: edt-ft5x06 - remove redundant null check before kfree
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 28 Mar 2013 08:14:42 +0000 (01:14 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 31 Mar 2013 07:21:34 +0000 (00:21 -0700)
commit8efcc503231dd50800f874725961dfdae5f08f52
tree4005304975c3d1f1a1d4999522b9d528d18a8c2d
parent84c0c9f56ac7ce8036c0a70383dba1789138e859
Input: edt-ft5x06 - remove redundant null check before kfree

kfree on a null pointer is a no-op. Hence null check is not
necessary.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/edt-ft5x06.c
This page took 0.026457 seconds and 5 git commands to generate.