Re: [patch 3/5] [RFC] Add MMC Password Protection (lock/unlock) supportV7: mmc_lock_unlock.diff
From: Pierre Ossman
Date: Sat Nov 25 2006 - 03:53:40 EST
Seems I missed this...
Anderson Briglia wrote:
> +
> + err = mmc_card_claim_host(card);
> + if (err != MMC_ERR_NONE)
> + goto out;
> +
As I said before, no locking in the command abstractions. The host
should be claimed somewhere further up the chain (in
mmc_lockable_store() right now).
Rgds
--
-- Pierre Ossman
Linux kernel, MMC maintainer http://www.kernel.org
PulseAudio, core developer http://pulseaudio.org
rdesktop, core developer http://www.rdesktop.org
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/