mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user