Re: ssb: Fix error routine when fallback SPROM fails

2016-11-16 Thread Kalle Valo
s-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 checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation

[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 | 1 + 1 file changed, 1 insertion(+) diff --git a/dr