Commit 93082f0b15841b8926c38ef224d0e6f720000635

Authored by Linus Torvalds
1 parent f87bd330ed

Fix ahci driver 'flags' type

The new type checking of the flags arguments to irqsave and friends
(commit 3f307891ce0e7b0438c432af1aacd656a092ff45) pointed out this thing
with a big nice warning.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -1273,7 +1273,7 @@
1273 1273 void __iomem *mmio = ap->host->iomap[AHCI_PCI_BAR];
1274 1274 u32 em_ctl;
1275 1275 u32 message[] = {0, 0};
1276   - unsigned int flags;
  1276 + unsigned long flags;
1277 1277 int pmp;
1278 1278 struct ahci_em_priv *emp;
1279 1279