Skip to content
Commit da78d0b1 authored by Lukas Wunner's avatar Lukas Wunner Committed by Phil Elwell
Browse files

bcm2835-mmc: Honor return value of mmc_of_parse()



bcm2835_mmc_probe() ignores errors returned by mmc_of_parse() and in
particular ignores -EPROBE_DEFER, which may be returned if the power
sequencing driver configured in the devicetree is compiled as a module.

The user-visible result is that access to the SDIO device fails because
its power sequencing requirements have not been observed.  Fix it.

Signed-off-by: default avatarLukas Wunner <lukas@wunner.de>
parent c7a679b5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment