Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108747
b: refs/heads/master
c: 1b427a3
h: refs/heads/master
i:
  108745: a9fec1f
  108743: 99fc87b
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Aug 18, 2008
1 parent b38b00c commit 1f97a07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc99856a45cab8040f07d93d52fabd11834bf544
refs/heads/master: 1b427a33b06ae76c64c1ad9af899a45b682ba6c6
4 changes: 2 additions & 2 deletions trunk/drivers/ide/pci/sgiioc4.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,9 @@ sgiioc4_ide_setup_pci_device(struct pci_dev *dev)
if (!request_mem_region(cmd_phys_base, IOC4_CMD_CTL_BLK_SIZE,
DRV_NAME)) {
printk(KERN_ERR
"%s : %s -- ERROR, Addresses "
"%s %s: -- ERROR, Addresses "
"0x%p to 0x%p ALREADY in use\n",
__func__, DRV_NAME, (void *) cmd_phys_base,
DRV_NAME, pci_name(dev), (void *)cmd_phys_base,
(void *) cmd_phys_base + IOC4_CMD_CTL_BLK_SIZE);
return -ENOMEM;
}
Expand Down

0 comments on commit 1f97a07

Please sign in to comment.