Add suggested parens around truth value.
This commit is contained in:
parent
193d32eb0f
commit
d762ae3867
@ -363,7 +363,7 @@ card_inserted(struct slot *sp)
|
||||
}
|
||||
if ((sp->config = assign_driver(cp)) == NULL)
|
||||
return;
|
||||
if (err = assign_io(sp)) {
|
||||
if ((err = assign_io(sp))) {
|
||||
char *reason;
|
||||
|
||||
switch (err) {
|
||||
|
Loading…
Reference in New Issue
Block a user