The patch titled Subject: drivers-of-fdtc-re-use-kernels-kbasename-fix has been added to the -mm tree. Its filename is drivers-of-fdtc-re-use-kernels-kbasename-fix.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: Grant Likely <grant.likely@xxxxxxxxxxxx> Subject: drivers-of-fdtc-re-use-kernels-kbasename-fix drivers/of/fdt.c: In function 'of_scan_flat_dt': drivers/of/fdt.c:490:10: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Cc: Grant Likely <grant.likely@xxxxxxxxxxxx> Cc: Rob Herring <rob.herring@xxxxxxxxxxx> Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/of/fdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/of/fdt.c~drivers-of-fdtc-re-use-kernels-kbasename-fix drivers/of/fdt.c --- a/drivers/of/fdt.c~drivers-of-fdtc-re-use-kernels-kbasename-fix +++ a/drivers/of/fdt.c @@ -460,7 +460,7 @@ int __init of_scan_flat_dt(int (*it)(uns do { u32 tag = be32_to_cpup((__be32 *)p); - char *pathp; + const char *pathp; p += 4; if (tag == OF_DT_END_NODE) { _ Patches currently in -mm which might be from grant.likely@xxxxxxxxxxxx are linux-next.patch drivers-of-fdtc-re-use-kernels-kbasename.patch drivers-of-fdtc-re-use-kernels-kbasename-fix.patch rtc-omap-kicker-mechanism-support.patch arm-davinci-remove-rtc-kicker-release.patch rtc-omap-dt-support.patch rtc-omap-depend-on-am33xx.patch rtc-omap-add-runtime-pm-support.patch rtc-imxdi-support-for-imx53.patch rtc-imxdi-add-devicetree-support.patch arm-mach-imx-support-for-dryice-rtc-in-imx53.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