]> Pileus Git - ~andy/linux/blobdiff - drivers/xen/swiotlb-xen.c
bnx2x: Add TX fault check for fiber PHYs
[~andy/linux] / drivers / xen / swiotlb-xen.c
index 54469c3eeacdf9f39083357f8d213b9dc643406c..65ea21a974920f299afbaaa1c6e379930098f09b 100644 (file)
@@ -54,7 +54,7 @@ u64 start_dma_addr;
 
 static dma_addr_t xen_phys_to_bus(phys_addr_t paddr)
 {
-       return phys_to_machine(XPADDR(paddr)).maddr;;
+       return phys_to_machine(XPADDR(paddr)).maddr;
 }
 
 static phys_addr_t xen_bus_to_phys(dma_addr_t baddr)