mmc: gen_atmel_mci: Fix wrong arguments used of bind()
authorWenyou.Yang@microchip.com <Wenyou.Yang@microchip.com>
Wed, 26 Jul 2017 06:35:42 +0000 (14:35 +0800)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 17 Aug 2017 07:44:12 +0000 (16:44 +0900)
commit722b150e6f51290f7c8686a5284f8770db27e140
treecd617054151238e280460f83cca6865786300295
parent8cd46cba5397e134e6217310d5b0529b3fa46274
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>
drivers/mmc/gen_atmel_mci.c