Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools/rmmod: return EXIT_FAILURE if kmod_module_new_* fails
In the unlikely case where kmod_module_new_from_{path,name} fails, rmmod will return success. Change that to EXIT_FAILURE. Signed-off-by: Emil Velikov <[email protected]> Link: #138 Signed-off-by: Lucas De Marchi <[email protected]>
- Loading branch information