-
Russell King authored
This patch changes the way in which we turn off power to PCMCIA sockets. We have traditionally relied on the socket drivers "init" method to shut down the power to the socket by calling its own "set_socket" function. Rather than relying on all socket drivers replicating this behaviour, we move this into the core by calling the "set_socket" method explicitly after we clear out the socket state structure.
66787112