Re: [PATCH] mmc: pxamci: Fix error return code in pxamci_probe

2020-11-24 Thread Ulf Hansson
On Sat, 21 Nov 2020 at 03:11, Zhihao Cheng wrote: > > Fix to return the error code from devm_gpiod_get_optional() instaed > of 0 in pxamci_probe(). > > Fixes: f54005b508b9a9d9c ("mmc: pxa: Use GPIO descriptor for power") > Reported-by: Hulk Robot > Signed-off-by: Zhihao Cheng Applied for next,

[PATCH] mmc: pxamci: Fix error return code in pxamci_probe

2020-11-20 Thread Zhihao Cheng
Fix to return the error code from devm_gpiod_get_optional() instaed of 0 in pxamci_probe(). Fixes: f54005b508b9a9d9c ("mmc: pxa: Use GPIO descriptor for power") Reported-by: Hulk Robot Signed-off-by: Zhihao Cheng --- drivers/mmc/host/pxamci.c | 1 + 1 file changed, 1 insertion(+) diff --git