mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
Remove return since both device_remove_group() and device_remove_groups()
are void functions.
Fixes: e323b2dddc ("driver core: add device_{add|remove}_group() helpers")
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Link: https://lore.kernel.org/r/20250208-fix_device_remove_group-v1-1-8a5b0ac0ce5c@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>