The patch titled fsl-diu-fb-update-freescale-diu-driver-to-use-page_alloc_exact-update has been removed from the -mm tree. Its filename was fsl-diu-fb-update-freescale-diu-driver-to-use-page_alloc_exact-update.patch This patch was dropped because it was folded into fsl-diu-fb-update-freescale-diu-driver-to-use-page_alloc_exact.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: fsl-diu-fb-update-freescale-diu-driver-to-use-page_alloc_exact-update From: Timur Tabi <timur@xxxxxxxxxxxxx> Fix printk format specifiers, per Andrew Morton. Signed-off-by: Timur Tabi <timur@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/fsl-diu-fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/fsl-diu-fb.c~fsl-diu-fb-update-freescale-diu-driver-to-use-page_alloc_exact-update drivers/video/fsl-diu-fb.c --- a/drivers/video/fsl-diu-fb.c~fsl-diu-fb-update-freescale-diu-driver-to-use-page_alloc_exact-update +++ a/drivers/video/fsl-diu-fb.c @@ -295,7 +295,7 @@ static void *fsl_diu_alloc(size_t size, virt = alloc_pages_exact(size, GFP_DMA | __GFP_ZERO); if (virt) { *phys = virt_to_phys(virt); - pr_debug("virt=%p, phys=%llx\n", virt, + pr_debug("virt=%p phys=%llx\n", virt, (unsigned long long)*phys); } _ Patches currently in -mm which might be from timur@xxxxxxxxxxxxx are origin.patch mm-add-alloc_pages_exact-and-free_pages_exact.patch fsl-diu-fb-update-freescale-diu-driver-to-use-page_alloc_exact.patch fsl-diu-fb-update-freescale-diu-driver-to-use-page_alloc_exact-update.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