The patch titled Subject: alix2-supplement-driver-to-include-gpio-button-support-fix-2 has been added to the -mm tree. Its filename is alix2-supplement-driver-to-include-gpio-button-support-fix-2.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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")) _ Subject: Subject: alix2-supplement-driver-to-include-gpio-button-support-fix-2 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 alix2-supplement-driver-to-include-gpio-button-support-fix.patch alix2-supplement-driver-to-include-gpio-button-support-fix-2.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