Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb0f7ab4 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Helge Deller
Browse files

parisc: properly type the return value of parisc_walk_tree



Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 79b428da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
struct parisc_device;
struct ioc;

static inline void *parisc_walk_tree(struct device *dev)
static inline struct pci_hba_data *parisc_walk_tree(struct device *dev)
{
	struct device *otherdev;