]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/xen-netfront.c
NULL noise in drivers/net
[net-next-2.6.git] / drivers / net / xen-netfront.c
index bca37bf0f5455812913e448272749b5d55e7c1a6..7483d45bc5bccffefd18b4fa94122eb78d40460f 100644 (file)
@@ -1073,7 +1073,7 @@ static void xennet_release_rx_bufs(struct netfront_info *np)
                if (!xen_feature(XENFEAT_auto_translated_physmap)) {
                        /* Do all the remapping work and M2P updates. */
                        MULTI_mmu_update(mcl, np->rx_mmu, mmu - np->rx_mmu,
-                                        0, DOMID_SELF);
+                                        NULL, DOMID_SELF);
                        mcl++;
                        HYPERVISOR_multicall(np->rx_mcl, mcl - np->rx_mcl);
                }