From: Shubhrajyoti Datta Date: Wed, 17 Jun 2015 15:18:14 +0000 (+0530) Subject: i2c: xiic: Remove the disabling of interrupts X-Git-Tag: omap-for-v4.3/fixes-rc1~62^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6c9a037bc8afdce055a2a23bb61903b3844dfda;p=pandora-kernel.git i2c: xiic: Remove the disabling of interrupts Currently before every transfer the interrupts are disabled. So incase the slave nacks in the middle of the transfer the current transfer is not aborted. Upon enabling the interrupts conditions like NACK , arbitration lost will not be masked. Remove the disabling of the interrupts. Signed-off-by: Shubhrajyoti Datta Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed