]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: pxamci: fix again read-only gpio detection polarity
authorRobert Jarzmik <robert.jarzmik@free.fr>
Thu, 28 Jan 2016 23:21:26 +0000 (00:21 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 2 Feb 2016 11:44:22 +0000 (12:44 +0100)
commit71a36a5a44ca17bdb964d5f8f9aed55935ba6293
tree42dfca1043f5aaf8bbd3cc5825d981d632cc02b5
parent4647c720fd42a03c69c68c022db398388a8936d5
mmc: pxamci: fix again read-only gpio detection polarity

The commit fixing the conversion of pxamci to slot-gpio API fixed the
inverted the logic of the read-only gpio. Unfortunately, the commit was
tested on a non-inverted gpio, and not on the inverted one. And the fix
did work partially, by luck.

This is the remaining missing part of the fix, trivial but still necessary.

Fixes: Fixes: 719ea6e02bff ("mmc: pxamci: fix read-only gpio detection polarity")
Reported-by: Andrea Adami <andrea.adami@gmail.com>
Tested-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Cc: stable@vger.kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/pxamci.c