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:
f78bccd
)
rtlwifi: Fix incorrect return from rtl_ps_enable_nic()
author
Olivier Langlois
<olivier@trillion01.com>
Sat, 1 Feb 2014 06:11:10 +0000
(
01:11
-0500)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 13 Feb 2014 19:58:12 +0000
(14:58 -0500)
rtl_ps_enable_nic() is called from loops that will loop until this function returns true or a
maximum number of retries is performed.
hw_init() returns non-zero on error. In that situation return false to
restore the original design intent to retry hw init when it fails.
Signed-off-by: Olivier Langlois <olivier@trillion01.com>
Cc: Stable <stable@vger.kernel.org>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtlwifi/ps.c
patch
|
blob
|
history
diff --cc
drivers/net/wireless/rtlwifi/ps.c
Simple merge