diff options
Diffstat (limited to 'modutils')
| -rw-r--r-- | modutils/modprobe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c index 14da0a729..6211c7d81 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c | |||
| @@ -609,7 +609,7 @@ static int already_loaded (const char *name) | |||
| 609 | } | 609 | } |
| 610 | done: | 610 | done: |
| 611 | close (fd); | 611 | close (fd); |
| 612 | return 0; | 612 | return ret; |
| 613 | } | 613 | } |
| 614 | 614 | ||
| 615 | static int mod_process ( struct mod_list_t *list, int do_insert ) | 615 | static int mod_process ( struct mod_list_t *list, int do_insert ) |
