The patch titled sparc: resource warning fixes has been removed from the -mm tree. Its filename is sparc-resource-warning-fixes-2.patch This patch was dropped because it was folded into sparc-resource-warning-fixes.patch ------------------------------------------------------ Subject: sparc: resource warning fixes From: Andrew Morton <akpm@xxxxxxxx> sound/sparc/cs4231.c:2043: warning: format '%016lx' expects type 'long unsigned int', but argument 5 has type 'resource_size_t' sound/sparc/dbri.c: In function 'dbri_attach': sound/sparc/dbri.c:2650: warning: format '%016lx' expects type 'long unsigned int', but argument 5 has type 'resource_size_t' Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- sound/sparc/cs4231.c | 2 +- sound/sparc/dbri.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -puN sound/sparc/cs4231.c~sparc-resource-warning-fixes-2 sound/sparc/cs4231.c --- a/sound/sparc/cs4231.c~sparc-resource-warning-fixes-2 +++ a/sound/sparc/cs4231.c @@ -2036,7 +2036,7 @@ static int __init cs4231_sbus_attach(str if (err) return err; - sprintf(card->longname, "%s at 0x%02lx:0x%016lx, irq %d", + sprintf(card->longname, "%s at 0x%02lx:0x%016Lx, irq %d", card->shortname, rp->flags & 0xffL, (unsigned long long)rp->start, diff -puN sound/sparc/dbri.c~sparc-resource-warning-fixes-2 sound/sparc/dbri.c --- a/sound/sparc/dbri.c~sparc-resource-warning-fixes-2 +++ a/sound/sparc/dbri.c @@ -2645,7 +2645,7 @@ static int __init dbri_attach(int prom_n strcpy(card->driver, "DBRI"); strcpy(card->shortname, "Sun DBRI"); rp = &sdev->resource[0]; - sprintf(card->longname, "%s at 0x%02lx:0x%016lx, irq %d", + sprintf(card->longname, "%s at 0x%02lx:0x%016Lx, irq %d", card->shortname, rp->flags & 0xffL, (unsigned long long)rp->start, irq.pri); _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch genirq-ia64-cleanup.patch zvc-zone_reclaim-leave-1%-of-unmapped-pagecache-pages-for-file-i-o.patch make-more-file_operation-structs-static.patch sparc-i8042-build-fix.patch sparc-resource-warning-fixes.patch sparc-resource-warning-fixes-2.patch lockdep-add-disable-enable_irq_lockdep-api.patch lockdep-irqtrace-subsystem-x86_64-support.patch forcedeth-typecast-cleanup.patch sched-clean-up-fallout-of-recent-changes.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