From: Daniel Kurtz Date: Tue, 24 Jul 2012 12:13:57 +0000 (+0200) Subject: i2c-i801: Clear only status bits in HST_STS X-Git-Tag: v3.6-rc1~116^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba8b8bfd56533f0b9af7513c6ebbc10c79ae052;p=pandora-kernel.git i2c-i801: Clear only status bits in HST_STS Writing back the whole status register could clear unwanted bits. In particular, it could clear the "INUSE_STS" bit, which is a 'hardware semaphore', that might be useful to use some day. To prepare for this, let's ban writing back the whole status to register HST_STS, of which this is the only instance. Signed-off-by: Daniel Kurtz Signed-off-by: Jean Delvare --- Reading git-diff-tree failed