From: Julia Lawall Date: Sun, 15 May 2011 05:22:38 +0000 (-0700) Subject: Input: atmel_tsadcc - correct call to input_free_device X-Git-Tag: v3.0-rc1~314^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=215ef98677c3e43cefd2159d76543f368a7f87b9;p=pandora-kernel.git Input: atmel_tsadcc - correct call to input_free_device This error handling code can be reached before ts_dev->input is initialized, so it is safer to always use the original name, input_dev. Signed-off-by: Julia Lawall Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed