Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75074
b: refs/heads/master
c: 99f1f53
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and James Bottomley committed Dec 18, 2007
1 parent 975c6e0 commit f5856ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cedefa13db502432905c29819c195f46805b13eb
refs/heads/master: 99f1f534922a2f2251ba05b14657a1c62882a80e
1 change: 1 addition & 0 deletions trunk/drivers/scsi/initio.c
Original file line number Diff line number Diff line change
Expand Up @@ -2867,6 +2867,7 @@ static int initio_probe_one(struct pci_dev *pdev,
}
host = (struct initio_host *)shost->hostdata;
memset(host, 0, sizeof(struct initio_host));
host->addr = pci_resource_start(pdev, 0);

if (!request_region(host->addr, 256, "i91u")) {
printk(KERN_WARNING "initio: I/O port range 0x%x is busy.\n", host->addr);
Expand Down

0 comments on commit f5856ff

Please sign in to comment.