diff mbox

tmio_mmc: Revise a limit of the data size

Message ID 20100825150502.33649ff0.akpm@linux-foundation.org (mailing list archive)
State Awaiting Upstream, archived
Headers show

Commit Message

Andrew Morton Aug. 25, 2010, 10:05 p.m. UTC
None
diff mbox

Patch

--- a/drivers/mmc/host/tmio_mmc.c~tmio_mmc-revise-a-limit-of-the-data-size-fix
+++ a/drivers/mmc/host/tmio_mmc.c
@@ -660,7 +660,6 @@  static int tmio_mmc_start_data(struct tm
 	pr_debug("setup data transfer: blocksize %08x  nr_blocks %d\n",
 		 data->blksz, data->blocks);
 
-	/* Hardware cannot perform 1 and 2 byte requests in 4 bit mode */
 	if (data->blksz < 2 && host->mmc->ios.bus_width == MMC_BUS_WIDTH_4) {
 		pr_err("%s: %d byte block unsupported in 4 bit mode\n",
 		       mmc_hostname(host->mmc), data->blksz);