[folded] mmc-add-extended-csd-as-a-device-attribute-update.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     mmc-add-extended-csd-as-a-device-attribute update
has been removed from the -mm tree.  Its filename was
     mmc-add-extended-csd-as-a-device-attribute-update.patch

This patch was dropped because it was folded into mmc-add-extended-csd-as-a-device-attribute.patch

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: mmc-add-extended-csd-as-a-device-attribute update
From: Adrian Hunter <ext-adrian.hunter@xxxxxxxxx>

Signed-off-by: Adrian Hunter <ext-adrian.hunter@xxxxxxxxx>
Cc: Pierre Ossman <drzeus-list@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/mmc/core/mmc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/mmc/core/mmc.c~mmc-add-extended-csd-as-a-device-attribute-update drivers/mmc/core/mmc.c
--- a/drivers/mmc/core/mmc.c~mmc-add-extended-csd-as-a-device-attribute-update
+++ a/drivers/mmc/core/mmc.c
@@ -276,7 +276,7 @@ static ssize_t mmc_ext_csd_show(struct d
 
 	if (!err) {
 		for (i = 511; i >= 0; i--)
-			n += sprintf(buf + n, "%02x", (unsigned)ext_csd[i]);
+			n += sprintf(buf + n, "%02x", ext_csd[i]);
 		n += sprintf(buf + n, "\n");
 	}
 
_

Patches currently in -mm which might be from ext-adrian.hunter@xxxxxxxxx are

linux-next.patch
mmc-add-extended-csd-as-a-device-attribute.patch
mmc-add-extended-csd-as-a-device-attribute-update.patch
omap-mmc-recover-from-transfer-failures-resend.patch
omap-mmc-replace-infinite-loops-with-timeouts.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux