]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Input: ads7846 - release resources on failure for clean exit
authorPramod Gurav <pramod.gurav@smartplayin.com>
Thu, 31 Jul 2014 05:48:24 +0000 (22:48 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 31 Jul 2014 05:52:09 +0000 (22:52 -0700)
commita1cd3fd09a9b7de710d705127aa616946b567d72
tree524cf610fa9fccc34adca9d03e209bab20cdcac1
parent9d469d033d135d80742a4e39e6bbb4519dd5eee1
Input: ads7846 - release resources on failure for clean exit

Input device must be released(input_free_device) when ads7846_probe_dt
fails. This fixes the same by releasing resources on failure.

Signed-off-by: Pramod Gurav <pramod.gurav@smartplayin.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/ads7846.c