ARM: dts: sun8i-r40: Add "cpu-supply" node for sun8i-r40 based board
[linux-2.6-microblaze.git] / drivers / xen / gntdev-dmabuf.c
index 91073b4..940e5e9 100644 (file)
@@ -524,7 +524,7 @@ static void dmabuf_imp_end_foreign_access(u32 *refs, int count)
 
        for (i = 0; i < count; i++)
                if (refs[i] != INVALID_GRANT_REF)
-                       gnttab_end_foreign_access(refs[i], 0UL);
+                       gnttab_end_foreign_access(refs[i], NULL);
 }
 
 static void dmabuf_imp_free_storage(struct gntdev_dmabuf *gntdev_dmabuf)