Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 04078b1d authored by Murali Karicheri's avatar Murali Karicheri
Browse files

net: ti: prueth_core: clean up related to return types of functions


Many functions such as prueth_hostconfig(), prueth_hostinit() doesn't
return any error code and can be void. Fix the return type to void
in such cases. Also check for return type of prueth_sw_emac_config()
since the function has a return value.

Signed-off-by: default avatarMurali Karicheri <m-karicheri2@ti.com>
parent 0aa4a311
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment