Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176622
b: refs/heads/master
c: 43d15bc
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Eremin-Solenikov authored and Linus Torvalds committed Dec 16, 2009
1 parent 8c08e31 commit ffad6cc
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: 2934d6a859b70e57c729644e169a4fdf8c1c290c
refs/heads/master: 43d15bcd4b6ba45fc45c99f5ef46e2528fb0dadf
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-ds1307.c
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ static int __devinit ds1307_probe(struct i2c_client *client,
}

if (want_irq) {
err = request_irq(client->irq, ds1307_irq, 0,
err = request_irq(client->irq, ds1307_irq, IRQF_SHARED,
ds1307->rtc->name, client);
if (err) {
dev_err(&client->dev,
Expand Down

0 comments on commit ffad6cc

Please sign in to comment.