From: Axel Lin Date: Tue, 20 Jul 2010 22:19:34 +0000 (-0700) Subject: fujitsu-laptop: remove unnecessary input_free_device calls X-Git-Tag: v2.6.36-rc1~579^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e4e2efdfab5448b0a01be8883d62fc90cce2a7e;p=pandora-kernel.git fujitsu-laptop: remove unnecessary input_free_device calls input_free_device() should only be used if input_register_device() was not called yet or if it failed. This patch removes unnecessary input_free_device calls. Signed-off-by: Axel Lin Acked-by: Jonathan Woithe Acked-by: Dmitry Torokhov Cc: Matthew Garrett a Signed-off-by: Andrew Morton Signed-off-by: Matthew Garrett --- Reading git-diff-tree failed