Skip to content
Snippets Groups Projects
Commit 5f2a71fc authored by Dominik Brodowski's avatar Dominik Brodowski
Browse files

[PATCH] pcmcia: add pcmcia_disable_device


pcmcia_disable_device(struct pcmcia_device *p_dev) performs the necessary
cleanups upon device or driver removal: it calls the appropriate
pcmcia_release_* functions, and can replace (most) of the current drivers'
_release() functions.

Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent 1de9cedf
No related branches found
No related tags found
No related merge requests found
Showing
with 42 additions and 161 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment