mbox series

[0/2] scsi: qedi: Couple of warning fixes

Message ID 20211126051529.5380-1-f.fainelli@gmail.com (mailing list archive)
Headers show
Series scsi: qedi: Couple of warning fixes | expand

Message

Florian Fainelli Nov. 26, 2021, 5:15 a.m. UTC
These warnings started to show up after enabling PCI on BMIPS (32-bit
MIPS architecture) and were reported by the kbuild robot.

I don't know whether they are technically correct, in particular the
unused 'page' variable might be unveiling a genuine bug whereby it
should have been used. Please review.

Florian Fainelli (2):
  scsi: qedi: Remove set but unused 'page' variable
  scsi: qedi: Fix SYSFS_FLAG_FW_SEL_BOOT formatting

 drivers/scsi/qedi/qedi_main.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)