commit | f22ee4edf63e7480511112d9965c71e07be3f8b7 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <drzeus@drzeus.cx> | Tue Dec 26 15:11:23 2006 +0100 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Sun Feb 04 20:54:06 2007 +0100 |
tree | 2fd5b00cf973804c128b59eddb5b27b5492881d7 | |
parent | 279bc4450989215e741c2c9d3a726f1ac96ede40 [diff] |
mmc: replace host->card_busy As card_busy was only used to indicate if the host was exclusively claimed and not really used to identify a particular card, replacing it with just a boolean makes things a lot more easily understandable. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>