commit | 3f8df892b2312011f2ba73aedc0a192d70b8844e | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Fri Sep 02 10:14:20 2016 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Mon Sep 12 10:57:01 2016 +0100 |
tree | 1cf5ab57ba1d5d5c002a697a18454953fba1e701 | |
parent | a466ebd2fc6a793e55f028a008b9f094d7d30fe3 [diff] |
pcmcia: sa1111: fix propagation of lowlevel board init return code When testing Lubbock, it was noticed that the sa1111 pcmcia driver bound but was not functional due to no sockets being registered. This is because the return code from the lowlevel board initialisation was not being propagated out of the probe function. Fix this. Tested-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>