Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116228
b: refs/heads/master
c: c775235
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Oct 19, 2008
1 parent 75e74d2 commit c23de29
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: 7acb706ca97fce84bda4a902a33de2f3dae10260
refs/heads/master: c7752351c34d852ca0da697f812534101eecd82e
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/wm8350-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ int wm8350_device_init(struct wm8350 *wm8350, int irq,

mutex_init(&wm8350->irq_mutex);
INIT_WORK(&wm8350->irq_work, wm8350_irq_worker);
if (irq != NO_IRQ) {
if (irq) {
ret = request_irq(irq, wm8350_irq, 0,
"wm8350", wm8350);
if (ret != 0) {
Expand Down

0 comments on commit c23de29

Please sign in to comment.