Re: [PATCH] mmc: sdhci-pci: Avoid comma separated statements

2021-03-11 Thread Ulf Hansson
On Thu, 11 Mar 2021 at 11:14, Jisheng Zhang wrote: > > Use semicolons. > > Signed-off-by: Jisheng Zhang Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/host/sdhci-pci-core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH] mmc: sdhci-pci: Avoid comma separated statements

2021-03-11 Thread Adrian Hunter
On 11/03/21 12:14 pm, Jisheng Zhang wrote: > Use semicolons. > > Signed-off-by: Jisheng Zhang Acked-by: Adrian Hunter > --- > drivers/mmc/host/sdhci-pci-core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mmc/host/sdhci-pci-core.c >

[PATCH] mmc: sdhci-pci: Avoid comma separated statements

2021-03-11 Thread Jisheng Zhang
Use semicolons. Signed-off-by: Jisheng Zhang --- drivers/mmc/host/sdhci-pci-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/sdhci-pci-core.c b/drivers/mmc/host/sdhci-pci-core.c index 9552708846ca..62799c1d9c0c 100644 ---