Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143132
b: refs/heads/master
c: b0ee0d3
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Dmitry Torokhov committed Jan 30, 2009
1 parent e0a1c8c commit 9dba04d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 03dd5e1ba55d43c3a12b8514f9889049037f17f7
refs/heads/master: b0ee0d3eb31a163c958f2960906c44bcdfdc607b
5 changes: 1 addition & 4 deletions trunk/drivers/input/mouse/pc110pad.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,8 @@ static int __init pc110pad_init(void)
struct pci_dev *dev;
int err;

dev = pci_get_device(PCI_ANY_ID, PCI_ANY_ID, NULL);
if (dev) {
pci_dev_put(dev);
if (!no_pci_devices())
return -ENODEV;
}

if (!request_region(pc110pad_io, 4, "pc110pad")) {
printk(KERN_ERR "pc110pad: I/O area %#x-%#x in use.\n",
Expand Down

0 comments on commit 9dba04d

Please sign in to comment.