]> git.kernelconcepts.de Git - karo-tx-linux.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Mar 2016 23:07:15 +0000 (15:07 -0800)
commitb7f7a5e2e914e9f5332ea56d10e0db4be3363375
tree95a18cfecdd8d3654b537601525a7b56f449dcdd
parent43919d0ca15d5e93efd40467c63502b33b7acf5c
mmc: pxamci: fix again read-only gpio detection polarity

commit 41c89159a6ae5472d39ed8bded5b3b4e07a37944 upstream.

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: 26d49fe71953 ("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>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mmc/host/pxamci.c