]> git.hungrycats.org Git - linux/commitdiff
[ARM] Remove extraneous return statement.
authorRussell King <rmk@flint.arm.linux.org.uk>
Fri, 6 Feb 2004 14:05:50 +0000 (14:05 +0000)
committerRussell King <rmk@flint.arm.linux.org.uk>
Fri, 6 Feb 2004 14:05:50 +0000 (14:05 +0000)
include/asm-arm/pci.h

index 67299aff947fe15b5077f19ef8643ee6e76adbc6..0a92f23b13eb0ea46650a7fcea025537685cae9e 100644 (file)
@@ -73,7 +73,7 @@ pci_unmap_single(struct pci_dev *hwdev, dma_addr_t handle, size_t size, int dir)
                return;
        }
 
-       return dma_unmap_single(hwdev ? &hwdev->dev : NULL, handle, size, dir);
+       dma_unmap_single(hwdev ? &hwdev->dev : NULL, handle, size, dir);
 }
 
 static inline int