Skip to content

Commit

Permalink
drivers/ps3: Fix ps3-lpm white space
Browse files Browse the repository at this point in the history
Fixed a coding style issue.

Signed-off-by: Rudhresh Kumar J <[email protected]>
Signed-off-by: Geoff Levand <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
  • Loading branch information
Rudhresh Kumar J authored and mpe committed Sep 29, 2015
1 parent e5e16d8 commit 12a5093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ps3/ps3-lpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 12a5093

Please sign in to comment.