thinkpad-acpi: remove uneeded tp_features.hotkey tests in hotkey_exit
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sun, 20 Sep 2009 17:09:23 +0000 (14:09 -0300)
committerLen Brown <len.brown@intel.com>
Sun, 20 Sep 2009 17:44:25 +0000 (13:44 -0400)
commit4be73005e4dcf111fa88f7265ed147e2de38b075
treed0840ac623f77052e7bfea025ff4f8298acf4eb3
parent435c47e20bc212d0fa6652ac93fae8eaee7b9b34
thinkpad-acpi: remove uneeded tp_features.hotkey tests in hotkey_exit

hotkey_exit() is only called if hotkey_init() finished sucessfully, or
by direct calls inside hotkey_init().  The tp_features.hotkey test is
always true, and just adds to the confusion, remove it.  Also, avoid
calling hotkey_mask_set() when it won't do anything useful.

Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/platform/x86/thinkpad_acpi.c