summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve French <cifs.adm@bkbits.net>2004-12-11 21:28:37 -0800
committerSteve French <cifs.adm@bkbits.net>2004-12-11 21:28:37 -0800
commit90f9bb1f25a44f93703b459d384aeba50b4350cd (patch)
tree3f87019204461b7bf0c5a53640f88f70206a22c1
parentae6ec9129ebcfd402b0e734d652b1ebeb54eae8d (diff)
parentd8bdd99e44183c56d0700fdb5ad7d523d8918aaa (diff)
Merge bk://linux.bkbits.net/linux-2.5
into bkbits.net:/repos/c/cifs/linux-2.5cifs
-rw-r--r--drivers/input/gameport/fm801-gp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/gameport/fm801-gp.c b/drivers/input/gameport/fm801-gp.c
index 93849a6cc98d..ab0a151bd56b 100644
--- a/drivers/input/gameport/fm801-gp.c
+++ b/drivers/input/gameport/fm801-gp.c
@@ -98,8 +98,8 @@ static int __devinit fm801_gp_probe(struct pci_dev *pci, const struct pci_device
pci_enable_device(pci);
gp->gameport.io = pci_resource_start(pci, 0);
if ((gp->res_port = request_region(gp->gameport.io, 0x10, "FM801 GP")) == NULL) {
- kfree(gp);
printk("unable to grab region 0x%x-0x%x\n", gp->gameport.io, gp->gameport.io + 0x0f);
+ kfree(gp);
return -1;
}