[folded] alix2-supplement-driver-to-include-gpio-button-support-fix-2.patch removed from -mm tree

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

 



The patch titled
     Subject: alix2-supplement-driver-to-include-gpio-button-support-fix-2
has been removed from the -mm tree.  Its filename was
     alix2-supplement-driver-to-include-gpio-button-support-fix-2.patch

This patch was dropped because it was folded into alix2-supplement-driver-to-include-gpio-button-support.patch

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

------------------------------------------------------
From: "Philip A. Prindeville" <philipp@xxxxxxxxxxxxxxxxxxxxx>
Subject: alix2-supplement-driver-to-include-gpio-button-support-fix-2

The pointers returned by dmi_get_system_info(), etc. are to invariant
strings, i.e. read-only.

Signed-off-by: Philip A. Prindeville <philipp@xxxxxxxxxxxxxxxxxxxxx>
Signed-off-by: Jiri Kosina <jkosina@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 arch/x86/platform/geode/alix.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/x86/platform/geode/alix.c~alix2-supplement-driver-to-include-gpio-button-support-fix-2 arch/x86/platform/geode/alix.c
--- a/arch/x86/platform/geode/alix.c~alix2-supplement-driver-to-include-gpio-button-support-fix-2
+++ a/arch/x86/platform/geode/alix.c
@@ -161,7 +161,7 @@ static bool __init alix_present(unsigned
 
 static bool __init alix_present_dmi(void)
 {
-	char *vendor, *product;
+	const char *vendor, *product;
 
 	vendor = dmi_get_system_info(DMI_SYS_VENDOR);
 	if (!vendor || strcmp(vendor, "PC Engines"))
_

Patches currently in -mm which might be from philipp@xxxxxxxxxxxxxxxxxxxxx are

geos-platform-driver-for-geos-and-geos2-single-board-computers.patch
alix2-supplement-driver-to-include-gpio-button-support.patch
net5501-platform-driver-for-soekris-engineering-net5501-single-board-computer.patch
net5501-platform-driver-for-soekris-engineering-net5501-single-board-computer-fix.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