Commit 42755d87 authored by Adam Belay's avatar Adam Belay

Trivial Card Service Fix

This was pointed out by Ruslan Zakirov.
parent 9789f9ce
......@@ -143,7 +143,6 @@ void pnpc_remove_card(struct pnp_card *card)
list_for_each_safe(pos,temp,&card->devices){
struct pnp_dev *dev = card_to_pnp_dev(pos);
pnpc_remove_device(dev);
__pnp_remove_device(dev);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment