From: Derek Basehore Date: Thu, 4 Oct 2012 23:54:00 +0000 (+0100) Subject: tsl2563: fixed bug with disabling interrupts X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~294^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95273f8952a7e3a037e139eec0aa99872f086498;p=pandora-kernel.git tsl2563: fixed bug with disabling interrupts In tsl_2563_write_interrupt_config and tsl2562_remove, interrupts are not disabled where they should be. This seems to be from a mistake of using |= instead of &= in 2 lines of code. Signed-off-by: Derek Basehore Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed