Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330497
b: refs/heads/master
c: 7c577c0
h: refs/heads/master
i:
  330495: 27f3776
v: v3
  • Loading branch information
Fengguang Wu authored and Anton Vorontsov committed Sep 20, 2012
1 parent 8fe2fec commit fb2d273
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: f1ade35253f5026170a5fe17f87d0249f03629dd
refs/heads/master: 7c577c0d1ebed58648afb26e7c03f023fa82098e
2 changes: 1 addition & 1 deletion trunk/drivers/power/lp8727_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ static int lp8727_intr_config(struct lp8727_chg *pchg)
return request_threaded_irq(pchg->client->irq,
NULL,
lp8727_isr_func,
IRQF_TRIGGER_FALLING,
IRQF_TRIGGER_FALLING | IRQF_ONESHOT,
"lp8727_irq",
pchg);
}
Expand Down

0 comments on commit fb2d273

Please sign in to comment.