From: Viresh Kumar Date: Sat, 10 Nov 2012 08:11:10 +0000 (-0800) Subject: Input: stmpe-keyboard - switch to using managed resources X-Git-Tag: v3.8-rc1~58^2^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaa4f2a7f6cce4485dc60063a56e210761f5a0c8;p=pandora-kernel.git Input: stmpe-keyboard - switch to using managed resources This patch frees stmpe-keyboard driver from burden of freeing resources :) devm_* derivatives of multiple routines are used while allocating resources, which would be freed automatically by kernel. Signed-off-by: Viresh Kumar Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed