Re: [PATCH 1/1] mci: imx-esdhc: fix termination of statement

2019-12-11 Thread Sascha Hauer
On Tue, Dec 10, 2019 at 03:46:57PM +0100, Hubert Feurstein wrote: > Use semicolon instead of comma to terminate statement. > > Signed-off-by: Hubert Feurstein > --- > drivers/mci/imx-esdhc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks Sascha -- Pengutronix e.K.

[PATCH 1/1] mci: imx-esdhc: fix termination of statement

2019-12-10 Thread Hubert Feurstein
Use semicolon instead of comma to terminate statement. Signed-off-by: Hubert Feurstein --- drivers/mci/imx-esdhc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mci/imx-esdhc.c b/drivers/mci/imx-esdhc.c index db3450a26..4f9fe2996 100644 ---