diff options
Diffstat (limited to 'modutils/modprobe-small.c')
-rw-r--r-- | modutils/modprobe-small.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c index a94b0b9a6..18cfac481 100644 --- a/modutils/modprobe-small.c +++ b/modutils/modprobe-small.c | |||
@@ -751,8 +751,7 @@ static int process_module(char *name, const char *cmdline_options) | |||
751 | ACTION_RECURSE, /* flags */ | 751 | ACTION_RECURSE, /* flags */ |
752 | fileAction, /* file action */ | 752 | fileAction, /* file action */ |
753 | NULL, /* dir action */ | 753 | NULL, /* dir action */ |
754 | name, /* user data */ | 754 | name /* user data */ |
755 | 0 /* depth */ | ||
756 | ); | 755 | ); |
757 | dbg1_error_msg("dirscan complete"); | 756 | dbg1_error_msg("dirscan complete"); |
758 | /* Module was not found, or load failed, or is_remove */ | 757 | /* Module was not found, or load failed, or is_remove */ |