mmc: mtk-sd: fix misaligned brace

Indent a brace for proper code style.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Reviewed-by: Macpaul Lin <macpaul.lin@mediatek.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
David Lechner
2026-02-03 22:10:14 +08:00
committed by Peng Fan
parent fe62fd3b8b
commit aa38b17810
+1 -1
View File
@@ -657,7 +657,7 @@ static int msdc_pio_read(struct msdc_host *host, u8 *ptr, u32 size)
break;
}
}
}
return ret;
}