Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] trivial ATA iomem annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Al Viro and committed by
Linus Torvalds
edceec3d f0f0d0c6

+2 -2
+1 -1
drivers/ata/pata_cs5520.c
··· 208 208 static int __devinit cs5520_init_one(struct pci_dev *dev, const struct pci_device_id *id) 209 209 { 210 210 u8 pcicfg; 211 - void *iomap[5]; 211 + void __iomem *iomap[5]; 212 212 static struct ata_probe_ent probe[2]; 213 213 int ports = 0; 214 214
+1 -1
drivers/ata/sata_sis.c
··· 354 354 return -ENOMEM; 355 355 356 356 if (!(probe_ent->port_flags & SIS_FLAG_CFGSCR)) { 357 - void *mmio; 357 + void __iomem *mmio; 358 358 359 359 mmio = pcim_iomap(pdev, SIS_SCR_PCI_BAR, 0); 360 360 if (!mmio)