]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: usdhi6rol0: fix ack register write
authorRabin Vincent <rabin.vincent@axis.com>
Wed, 19 Aug 2015 13:41:36 +0000 (15:41 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 27 Aug 2015 12:50:55 +0000 (14:50 +0200)
commitd4d288a5fb2252784acf3fe65b9c5d4b19bb4ecb
tree50e83567b90ad560e092b5ae44c0e7a89b3902e8
parent3ca89631d03c3f208c236e7cd3f67d6b068bfc52
mmc: usdhi6rol0: fix ack register write

The intent appears to be to clear only the bits which are set in status
(by setting them to zero in the ack write), like in the other interrupt
handlers, and not to always clear everything (by always writing zero).
Use the correct not operator.

Signed-off-by: Rabin Vincent <rabin.vincent@axis.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/usdhi6rol0.c