mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-04 19:44:00 +00:00
Instead of the two status values struct pcmcia_device->p_state and state, use descriptive bitfields. Most value-checking in drivers was invalid, as the core now only calls the ->remove() (a.k.a. detach) function in case the attachement _and_ configuration was successful. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>