Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210468
b: refs/heads/master
c: 4701643
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij authored and Linus Torvalds committed Sep 10, 2010
1 parent 730c476 commit 317c7ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b7bbbf354ed0edbbffdc70c9c17f1a5d4d78204c
refs/heads/master: 47016434257b90445113eed1c5b8b57eb2d35330
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-pl031.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ static int pl031_probe(struct amba_device *adev, struct amba_id *id)
}

if (request_irq(adev->irq[0], pl031_interrupt,
IRQF_DISABLED | IRQF_SHARED, "rtc-pl031", ldata)) {
IRQF_DISABLED, "rtc-pl031", ldata)) {
ret = -EIO;
goto out_no_irq;
}
Expand Down

0 comments on commit 317c7ed

Please sign in to comment.