Rong Chen <rong.chen@xxxxxxxxxxx> writes: > Currently meson_mmc_post_req() is called in meson_mmc_request() right > after meson_mmc_start_cmd(). This could lead to DMA unmapping before the request > is actually finished. > > To fix, don't call meson_mmc_post_req() until meson_mmc_request_done(). > > Signed-off-by: Rong Chen <rong.chen@xxxxxxxxxxx> Reviewed-by: Kevin Hilman <khilman@xxxxxxxxxxxx>