[merged] drivers-firmware-google-gsmic-replace-strict_strtoul-with-kstrtoul.patch removed from -mm tree

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

 



Subject: [merged] drivers-firmware-google-gsmic-replace-strict_strtoul-with-kstrtoul.patch removed from -mm tree
To: jg1.han@xxxxxxxxxxx,matt.fleming@xxxxxxxxx,mikew@xxxxxxxxxx,teg@xxxxxxx,mm-commits@xxxxxxxxxxxxxxx
From: akpm@xxxxxxxxxxxxxxxxxxxx
Date: Thu, 12 Sep 2013 12:46:03 -0700


The patch titled
     Subject: drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul()
has been removed from the -mm tree.  Its filename was
     drivers-firmware-google-gsmic-replace-strict_strtoul-with-kstrtoul.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Jingoo Han <jg1.han@xxxxxxxxxxx>
Subject: drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul()

The use of strict_strtoul() is not preferred, because strict_strtoul() is
obsolete.  Thus, kstrtoul() should be used.

Signed-off-by: Jingoo Han <jg1.han@xxxxxxxxxxx>
Cc: Matt Fleming <matt.fleming@xxxxxxxxx>
Cc: Tom Gundersen <teg@xxxxxxx>
Cc: Mike Waychison <mikew@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/firmware/google/gsmi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/firmware/google/gsmi.c~drivers-firmware-google-gsmic-replace-strict_strtoul-with-kstrtoul drivers/firmware/google/gsmi.c
--- a/drivers/firmware/google/gsmi.c~drivers-firmware-google-gsmic-replace-strict_strtoul-with-kstrtoul
+++ a/drivers/firmware/google/gsmi.c
@@ -525,7 +525,7 @@ static ssize_t gsmi_clear_eventlog_store
 		u32 data_type;
 	} param;
 
-	rc = strict_strtoul(buf, 0, &val);
+	rc = kstrtoul(buf, 0, &val);
 	if (rc)
 		return rc;
 
_

Patches currently in -mm which might be from jg1.han@xxxxxxxxxxx are

origin.patch
kernel-replace-strict_strto-with-kstrto.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