Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127752
b: refs/heads/master
c: d8f2f18
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jan 8, 2009
1 parent aff0377 commit 2147197
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: 2927926707d07f846154842bc12bed6d817d9412
refs/heads/master: d8f2f1808aa4a38e841cad59db0e5d1ec3a1b014
4 changes: 2 additions & 2 deletions trunk/drivers/input/mouse/pxa930_trkball.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static int __devinit pxa930_trkball_probe(struct platform_device *pdev)
error = request_irq(irq, pxa930_trkball_interrupt, IRQF_DISABLED,
pdev->name, trkball);
if (error) {
dev_err(&pdev->dev, "failed to request irq: %d\n", ret);
dev_err(&pdev->dev, "failed to request irq: %d\n", error);
goto failed_free_io;
}

Expand Down Expand Up @@ -227,7 +227,7 @@ static int __devinit pxa930_trkball_probe(struct platform_device *pdev)
iounmap(trkball->mmio_base);
failed:
kfree(trkball);
return ret;
return error;
}

static int __devexit pxa930_trkball_remove(struct platform_device *pdev)
Expand Down

0 comments on commit 2147197

Please sign in to comment.