commit | 19e1da0c66454bd6206a4badfdc0077d7fd76aed | [log] [tgz] |
---|---|---|
author | Stephan Gerhold <stephan@gerhold.net> | Tue Jul 06 16:54:34 2021 +0200 |
committer | Peng Fan <peng.fan@nxp.com> | Fri Jul 30 17:13:02 2021 +0800 |
tree | 4e469b6dfa7f791ff7990fb67e087c99e488f824 | |
parent | 936e9cd39260559b6c3f931038fe3f2173e43605 [diff] |
mmc: arm_pl180_mmci: Simplify code using dev_read_addr_ptr() Simplify the code a bit by using dev_read_addr_ptr() instead of dev_read_addr(). This avoids having to cast explicitly to void*. Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Tested-by: Patrice Chotard <patrice.chotard@foss.st.com> on stm32f769-disco Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>