Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33182
b: refs/heads/master
c: 6997561
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Jul 7, 2006
1 parent dced69f commit 6aa912e
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: c7948989f84ee6e9c68cc643f8c6a635eb7a904b
refs/heads/master: 699756199d65700e8deed59ae250439ca8684686
4 changes: 2 additions & 2 deletions trunk/drivers/input/gameport/fm801-gp.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ static int __devinit fm801_gp_probe(struct pci_dev *pci, const struct pci_device
gp->gameport = port;
gp->res_port = request_region(port->io, 0x10, "FM801 GP");
if (!gp->res_port) {
kfree(gp);
gameport_free_port(port);
printk(KERN_DEBUG "fm801-gp: unable to grab region 0x%x-0x%x\n",
port->io, port->io + 0x0f);
gameport_free_port(port);
kfree(gp);
return -EBUSY;
}

Expand Down

0 comments on commit 6aa912e

Please sign in to comment.