]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1c9a45bb1eb8064ebd98add892fd17293fff90b7
tree4005304975c3d1f1a1d4999522b9d528d18a8c2d
parent2f0dff39a4405f735d2ea3952ec46e972d6093f2
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