mirror of
https://github.com/joel16/android_kernel_sony_msm8994.git
synced 2024-12-14 16:09:02 +00:00
[WATCHDOG] pcwd.c card_found-- fix.
When doing a __devexit from a card we should also decrement the cards_found counter. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
This commit is contained in:
parent
fd41fa616f
commit
f1c3a0567a
@ -828,6 +828,7 @@ static void __devexit pcwatchdog_exit(void)
|
||||
unregister_reboot_notifier(&pcwd_notifier);
|
||||
release_region(current_readport, (revision == PCWD_REVISION_A) ? 2 : 4);
|
||||
current_readport = 0x0000;
|
||||
cards_found--;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user