modprobe-small: fix thinko in previous commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
1fd844267c
commit
402afe1cc6
@ -578,7 +578,7 @@ static int already_loaded(const char *name)
|
||||
}
|
||||
fclose(fp);
|
||||
|
||||
return ret | 1;
|
||||
return ret & 1;
|
||||
}
|
||||
#else
|
||||
#define already_loaded(name) 0
|
||||
|
Loading…
Reference in New Issue
Block a user