mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 09:13:38 +00:00
drivers/ps3: Fix ps3-lpm white space
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>
This commit is contained in:
parent
e5e16d8f3e
commit
12a5093367
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user