diff options
Diffstat (limited to 'modutils/modprobe-small.c')
-rw-r--r-- | modutils/modprobe-small.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c index db44a2ed0..b61651621 100644 --- a/modutils/modprobe-small.c +++ b/modutils/modprobe-small.c | |||
@@ -415,7 +415,7 @@ static FAST_FUNC int fileAction(struct recursive_state *state, | |||
415 | /* Load was successful, there is nothing else to do. | 415 | /* Load was successful, there is nothing else to do. |
416 | * This can happen ONLY for "top-level" module load, | 416 | * This can happen ONLY for "top-level" module load, |
417 | * not a dep, because deps don't do dirscan. */ | 417 | * not a dep, because deps don't do dirscan. */ |
418 | exit(EXIT_SUCCESS); | 418 | exit_SUCCESS(); |
419 | } | 419 | } |
420 | } | 420 | } |
421 | 421 | ||