Re: [patch 1/5] [RFC] Add MMC password protection (lock/unlock) support

From: Russell King
Date: Wed Dec 14 2005 - 09:28:30 EST


On Wed, Dec 14, 2005 at 09:30:49AM -0400, Anderson Briglia wrote:
> /*
> - * This currently matches any MMC driver to any MMC card - drivers
> - * themselves make the decision whether to drive this card in their
> - * probe method. However, we force "bad" cards to fail.
> + * This currently matches any MMC driver to any MMC card - drivers themselves
> + * make the decision whether to drive this card in their probe method. However,
> + * we force "bad" cards to fail.
> + *
> + * We also fail for all locked cards; drivers expect to be able to do block I/O
> + * still on probe(), which is not possible while the card is locked. Device
> + * probing must be triggered sometime later to make the card available to the
> + * block driver.
> */

Please arrange comments to wrap _before_ the last column, as per the
original.

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core
-
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/