diff options
-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 598965968..ed177bb9b 100644 --- a/modutils/modprobe-small.c +++ b/modutils/modprobe-small.c | |||
@@ -578,7 +578,7 @@ static int already_loaded(const char *name) | |||
578 | } | 578 | } |
579 | fclose(fp); | 579 | fclose(fp); |
580 | 580 | ||
581 | return ret | 1; | 581 | return ret & 1; |
582 | } | 582 | } |
583 | #else | 583 | #else |
584 | #define already_loaded(name) 0 | 584 | #define already_loaded(name) 0 |