commit | 722b150e6f51290f7c8686a5284f8770db27e140 | [log] [tgz] |
---|---|---|
author | Wenyou.Yang@microchip.com <Wenyou.Yang@microchip.com> | Wed Jul 26 14:35:42 2017 +0800 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Thu Aug 17 16:44:12 2017 +0900 |
tree | cd617054151238e280460f83cca6865786300295 | |
parent | 8cd46cba5397e134e6217310d5b0529b3fa46274 [diff] |
mmc: gen_atmel_mci: Fix wrong arguments used of bind() The bind() method is called before the device is probed and so the device has no private data, should use the platform data, and set up a new struct to hold the mmc and cfg members. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org>