projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5e16d8
)
drivers/ps3: Fix ps3-lpm white space
author
Rudhresh Kumar J
<rudhresh.jk@gmail.com>
Mon, 14 Sep 2015 19:35:04 +0000
(19:35 +0000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Tue, 29 Sep 2015 13:00:50 +0000
(23:00 +1000)
Fixed a coding style issue.
Signed-off-by: Rudhresh Kumar J <rudhresh.jk@gmail.com>
Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/ps3/ps3-lpm.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ps3/ps3-lpm.c
b/drivers/ps3/ps3-lpm.c
index cb7d3a67380df07c0f7c9f2ad0fe616f8dfb55f1..e34de9a7d51726676f9ab7bc9f2880dd13574fb7 100644
(file)
--- a/
drivers/ps3/ps3-lpm.c
+++ b/
drivers/ps3/ps3-lpm.c
@@
-901,7
+901,7
@@
void ps3_disable_pm(u32 cpu)
result = lv1_stop_lpm(lpm_priv->lpm_id, &tmp);
if (result) {
- if(result != LV1_WRONG_STATE)
+ if
(result != LV1_WRONG_STATE)
dev_err(sbd_core(), "%s:%u: lv1_stop_lpm failed: %s\n",
__func__, __LINE__, ps3_result(result));
return;