Skip to content

Commit cb0f7ab

Browse files
Christoph Hellwighdeller
Christoph Hellwig
authored andcommitted
parisc: properly type the return value of parisc_walk_tree
Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent 79b428d commit cb0f7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/parisc/iommu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
struct parisc_device;
77
struct ioc;
88

9-
static inline void *parisc_walk_tree(struct device *dev)
9+
static inline struct pci_hba_data *parisc_walk_tree(struct device *dev)
1010
{
1111
struct device *otherdev;
1212

0 commit comments

Comments
 (0)