Re: [PATCH 2/2] retry hw init when it fails
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2014-01-31 05:28:05
Also in:
linux-wireless, lkml, stable
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2014-01-31 05:28:05
Also in:
linux-wireless, lkml, stable
On Fri, Jan 31, 2014 at 12:16:23AM -0500, Olivier Langlois wrote:
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 <redacted> --- drivers/net/wireless/rtlwifi/ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
<formletter> This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly. </formletter> Same goes for aptch 1/2 as well...