linux-next: build warning after merge of the mmc tree
From: Stephen Rothwell <hidden>
Date: 2019-03-19 01:15:57
Also in:
lkml
Attachments
- (unnamed) [application/pgp-signature] 488 bytes
From: Stephen Rothwell <hidden>
Date: 2019-03-19 01:15:57
Also in:
lkml
Hi all,
After merging the mmc tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:
drivers/mmc/host/dw_mmc.c: In function 'dw_mci_wait_hw_unbusy':
drivers/mmc/host/dw_mmc.c:239:16: warning: unused variable 'irqflags' [-Wunused-variable]
unsigned long irqflags;
^~~~~~~~
Introduced by commit
705a0f288113 ("mmc: dw_mmc: Add hardware unbusy interrupt support")
--
Cheers,
Stephen Rothwell