commit | 216d7cdd3b060518a2d4faf584eb15ef5af862b6 | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Sun Jul 11 10:04:59 2010 +0200 |
committer | Dominik Brodowski <linux@dominikbrodowski.net> | Fri Jul 30 21:07:32 2010 +0200 |
tree | 5ab7b1de96ee277f5b1932ba192e9c80fd2418a7 | |
parent | 5716d415f8c5a17d44f6e1d5a1e4998f7306a93b [diff] |
pcmcia: simplify event callback The event callback for handling 16bit PCMCIA cards only needs to be informed about a few events. Furthermore, send_event may already only be called with skt->skt_mutex held, which also protects against the module being removed behind the callback's back. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>