parisc: Drop unneeded semicolon in parse_tree_node()
Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Helge Deller <deller@gmx.de> Closes: https://lore.kernel.org/oe-kbuild-all/202401222059.Wli6OGT0-lkp@intel.com/
This commit is contained in:
parent
c8708d758e
commit
20e08a720c
@ -742,7 +742,7 @@ parse_tree_node(struct device *parent, int index, struct hardware_path *modpath)
|
||||
};
|
||||
|
||||
if (device_for_each_child(parent, &recurse_data, descend_children))
|
||||
{ /* nothing */ };
|
||||
{ /* nothing */ }
|
||||
|
||||
return d.dev;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user