commit | 2637e5fd232d421b680757944f613d4b1a36ae26 | [log] [tgz] |
---|---|---|
author | 송은봉 <eunb.song@samsung.com> | Wed Apr 17 21:40:17 2013 +0000 |
committer | Wolfram Sang <wsa@the-dreams.de> | Fri Apr 19 20:28:56 2013 +0200 |
tree | 609d4bf5c5ce3d5035c5a60ab60164102bd41db6 | |
parent | aaedeb6f198a44bdfa98a012cc3c07a48e126b16 [diff] |
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 <eunb.song@samsung.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>