commit | 23bcc9bf6e7536921f4aa41014e81c081ab6aa3b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Fri Mar 28 16:55:29 2014 -0400 |
committer | Tom Rini <trini@ti.com> | Fri Mar 28 16:55:29 2014 -0400 |
tree | ce26957a2c2dc0a59d148722a1ab1a918a1dd154 | |
parent | d40634b41d9a81e28d99141d66db28534cbb0f92 [diff] |
blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c In the recent mmc cleanup, the mmc_host_is_spi macro was broken and bfin_sdh.c had mmc->bus_width turned into mmc_bus_width(mmc), both of which were incorrect. Signed-off-by: Tom Rini <trini@ti.com>