Re: [PATCH] mvsas: avoid -Wempty-body warning

2021-04-05 Thread Martin K. Petersen
On Mon, 22 Mar 2021 11:33:09 +0100, Arnd Bergmann wrote: > Building with 'make W=1' shows a few harmless -Wempty-body warning for > the mvsas driver: > > drivers/scsi/mvsas/mv_94xx.c: In function 'mvs_94xx_phy_reset': > drivers/scsi/mvsas/mv_94xx.c:278:63: error: suggest braces around empty body

[PATCH] mvsas: avoid -Wempty-body warning

2021-03-22 Thread Arnd Bergmann
From: Arnd Bergmann Building with 'make W=1' shows a few harmless -Wempty-body warning for the mvsas driver: drivers/scsi/mvsas/mv_94xx.c: In function 'mvs_94xx_phy_reset': drivers/scsi/mvsas/mv_94xx.c:278:63: error: suggest braces around empty body in an 'if' statement [-Werror=empty-body]