From: Michael Poole Date: Thu, 11 Feb 2010 05:32:57 +0000 (-0500) Subject: HID: magicmouse: coding style and probe failure fixes X-Git-Tag: v2.6.34-rc1~293^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b38bd4c1cc4f2b653064357e4efab77dfd711d;p=pandora-kernel.git HID: magicmouse: coding style and probe failure fixes Use proper values to initialize bool configuration variables, tabs rather than spaces, no braces for one-line else clause, __set_bit() when the operation doesn't have to be atomic, input_set_abs_params() rather than writing the fields directly, and call hid_hw_stop() when appropriate to handle failures in the probe. Signed-off-by: Michael Poole Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed