Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231022
b: refs/heads/master
c: 1db0b42
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Samuel Ortiz committed Jan 14, 2011
1 parent dd556bb commit 9b7acd9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7eb19812eead8d0faf30682b69970b36dc02e570
refs/heads/master: 1db0b427eec6f18477fa95aab8edf6176dffcea4
3 changes: 1 addition & 2 deletions trunk/drivers/gpio/cs5535-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,7 @@ static int __devinit cs5535_gpio_probe(struct platform_device *pdev)
cs5535_gpio_chip.pdev = pdev;
spin_lock_init(&cs5535_gpio_chip.lock);

dev_info(&pdev->dev, "region 0x%x - 0x%x reserved\n",
res->start, res->end);
dev_info(&pdev->dev, "reserved resource region %pR\n", res);

/* mask out reserved pins */
mask &= 0x1F7FFFFF;
Expand Down

0 comments on commit 9b7acd9

Please sign in to comment.