diff options
author | Viresh Kumar <[email protected]> | 2019-07-16 09:36:08 +0530 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2019-07-16 10:20:11 +0200 |
commit | c4dcc8a162784c1f827c7f6d8409598f19708fe6 (patch) | |
tree | 5563ea21bf256b47edd2cd12e2978d088b60a5f3 /net/lapb/lapb_subr.c | |
parent | 5b8010ba70d5aa5b321d3e69b5b31cc3db857d5e (diff) |
cpufreq: Make cpufreq_generic_init() return void
It always returns 0 (success) and its return type should really be void.
Over that, many drivers have added error handling code based on its
return value, which is not required at all.
Change its return type to void and update all the callers.
Signed-off-by: Viresh Kumar <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions