From: 송은봉 Date: Wed, 17 Apr 2013 21:40:17 +0000 (+0000) Subject: i2c: octeon: Fix i2c fail problem when a process is terminated by a signal X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~62^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2637e5fd232d421b680757944f613d4b1a36ae26;p=pandora-kernel.git i2c: octeon: Fix i2c fail problem when a process is terminated by a signal I've been debugging the abnormal operation of i2c on octeon. If a process is terminated by signal in the middle of i2c operation, next i2c read operation which is done by another process was failed. So i changed to ignore signal in the middle of i2c operation. After that the problem was not reproduced. Signed-off-by: Eunbong Song Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed