mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
No one checks the return value of debugfs_create_regset32(), as it's not needed, so make the return value void, so that no one tries to do so in the future. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>