Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pcmcia: do not initialize the present flag too late.
The "present" flag was initialized too late -- possibly, a card was already registered at this time, so re-setting the flag to 0 caused pcmcia_dev_present() to fail. Reported-by: Mikulas Patocka <[email protected]> Signed-off-by: Dominik Brodowski <[email protected]>
- Loading branch information