Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273436
b: refs/heads/master
c: 57265bc
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij authored and Samuel Ortiz committed Oct 24, 2011
1 parent 408dcfa commit 7abd53c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: e62ccf3a7a21d62d92520f47ba5bd7e2112d8c1b
refs/heads/master: 57265bc114fd71e721a314f481902cd4f4d3d05f
6 changes: 3 additions & 3 deletions trunk/drivers/mfd/db8500-prcmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@ void prcmu_ac_wake_req(void)

if (!wait_for_completion_timeout(&mb0_transfer.ac_wake_work,
msecs_to_jiffies(5000))) {
panic("prcmu: %s timed out (5 s) waiting for a reply.\n",
pr_crit("prcmu: %s timed out (5 s) waiting for a reply.\n",
__func__);
goto unlock_and_return;
}
Expand All @@ -1785,7 +1785,7 @@ void prcmu_ac_wake_req(void)
if (wait_for_completion_timeout(&mb0_transfer.ac_wake_work,
msecs_to_jiffies(5000)))
goto retry;
panic("prcmu: %s timed out (5 s) waiting for AC_SLEEP_ACK.\n",
pr_crit("prcmu: %s timed out (5 s) waiting for AC_SLEEP_ACK.\n",
__func__);
}

Expand All @@ -1811,7 +1811,7 @@ void prcmu_ac_sleep_req()

if (!wait_for_completion_timeout(&mb0_transfer.ac_wake_work,
msecs_to_jiffies(5000))) {
panic("prcmu: %s timed out (5 s) waiting for a reply.\n",
pr_crit("prcmu: %s timed out (5 s) waiting for a reply.\n",
__func__);
}

Expand Down

0 comments on commit 7abd53c

Please sign in to comment.