git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9baf322
)
firmware loader: fix compile failure if !PM
author
Ming Lei
<ming.lei@canonical.com>
Fri, 17 Aug 2012 14:06:58 +0000
(22:06 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 17 Aug 2012 14:36:11 +0000
(07:36 -0700)
'return 0' should be added to fw_pm_notify if !PM because
return value of the funcion is defined as 'int'.
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Ming Lei <ming.lei@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found