Re: [PATCH] mmc_test: Don't warn about not waiting for busy if controller can't do this

2011-02-06 Thread Matt Fleming
On Mon, 17 Jan 2011 17:00:31 + Pawel Moll pawel.m...@arm.com wrote: If the MMC host controller does not support waiting for card signaling busy state (MMC_CAP_WAIT_WHILE_BUSY cap), there is no point in prining the relevant warning message. Signed-off-by: Pawel Moll pawel.m...@arm.com

Re: [PATCH] mmc_test: Don't warn about not waiting for busy if controller can't do this

2011-02-06 Thread Chris Ball
Hi, On Sun, Feb 06, 2011 at 07:53:59PM +, Matt Fleming wrote: On Mon, 17 Jan 2011 17:00:31 + Pawel Moll pawel.m...@arm.com wrote: If the MMC host controller does not support waiting for card signaling busy state (MMC_CAP_WAIT_WHILE_BUSY cap), there is no point in prining the

[PATCH] mmc_test: Don't warn about not waiting for busy if controller can't do this

2011-01-17 Thread Pawel Moll
If the MMC host controller does not support waiting for card signaling busy state (MMC_CAP_WAIT_WHILE_BUSY cap), there is no point in prining the relevant warning message. Signed-off-by: Pawel Moll pawel.m...@arm.com --- drivers/mmc/card/mmc_test.c |7 --- 1 files changed, 4