commit | 36d9bf83a504b5c76e4adb0f20917629c1981a39 | [log] [tgz] |
---|---|---|
author | Kever Yang <kever.yang@rock-chips.com> | Fri Jul 19 18:01:11 2019 +0800 |
committer | Kever Yang <kever.yang@rock-chips.com> | Sat Jul 20 23:59:44 2019 +0800 |
tree | ea5a090ad89ddc6f654626b2dff6f7c813aaf341 | |
parent | 790efe63cfc41338ed016fc87902d59d6358f830 [diff] |
rockchip: sdhci: Fix sdhci mmc driver probe abort This patch fix mmc driver abort caused by below patch: 3d296365e4 mmc: sdhci: Add support for sdhci-caps-mask After the patch sdhci_setup_cfg() access to host->mmc->dev, so we have to do init before make the call to the function() Signed-off-by: Kever Yang <kever.yang@rock-chips.com>