commit | ca4e7d674ee6931c7a4effd697e644d7646cfac0 | [log] [tgz] |
---|---|---|
author | Matt Pelland <mpelland@starry.com> | Mon Apr 16 10:08:18 2018 -0400 |
committer | Stefan Roese <sr@denx.de> | Tue Apr 17 10:39:30 2018 +0200 |
tree | 1256619bd4f1f291854685ca4c9341268308da2f | |
parent | 8c0a17be0a632b9a823e14628c42f85c3e64f08e [diff] |
mmc: mv_sdhci: zero out sdhci_host structure The mv_sdhci driver was not zeroing the sdhci_host structure it allocates causing random access violations in parts of the mmc core where the "ops" member pointers are checked and called if not NULL. Signed-off-by: Matt Pelland <mpelland@starry.com> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>