Re: ssb: Fix error routine when fallback SPROM fails

2016-11-16 Thread Kalle Valo
arry.fin...@lwfinger.net> > Cc: Stable <sta...@vger.kernel.org> Patch applied to wireless-drivers-next.git, thanks. 8052d7245b60 ssb: Fix error routine when fallback SPROM fails -- https://patchwork.kernel.org/patch/9413783/ Documentation about submitting wireless patches and ch

[PATCH] ssb: Fix error routine when fallback SPROM fails

2016-11-05 Thread Larry Finger
When there is a CRC error in the SPROM read from the device, the code attempts to handle a fallback SPROM. When this also fails, the driver returns zero rather than an error code. Signed-off-by: Larry Finger Cc: Stable --- drivers/ssb/pci.c |