mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix some low hanging fruit warnings. There are problems in i4b_ing.c
still, but they are due due to some bogosity in netgraph.
This commit is contained in:
parent
dacd8bbbd6
commit
fe8ae4dd13
2 changed files with 5 additions and 0 deletions
|
|
@ -1023,6 +1023,7 @@ ihfc_hdlc_Dwrite (ihfc_sc_t *sc, u_char chan)
|
|||
S_MBUF = NULL;
|
||||
}
|
||||
j1:
|
||||
return;
|
||||
}
|
||||
|
||||
/*---------------------------------------------------------------------------*
|
||||
|
|
@ -1192,6 +1193,7 @@ ihfc_isac_Dwrite (ihfc_sc_t *sc, u_char chan)
|
|||
|
||||
S_ISTA &= ~0x10;
|
||||
j0:
|
||||
return;
|
||||
}
|
||||
|
||||
/*---------------------------------------------------------------------------*
|
||||
|
|
@ -1273,6 +1275,7 @@ ihfc_isac_Dread (ihfc_sc_t *sc, u_char chan)
|
|||
|
||||
S_ISTA &= ~0xc0;
|
||||
j1:
|
||||
return;
|
||||
}
|
||||
|
||||
/*---------------------------------------------------------------------------*
|
||||
|
|
|
|||
|
|
@ -1408,6 +1408,7 @@ fill_ring:
|
|||
ctx->filled = filled;
|
||||
|
||||
done:
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -1758,6 +1759,7 @@ itjc_attach(device_t dev)
|
|||
/* FALL TRHU */
|
||||
|
||||
case 0:
|
||||
break;
|
||||
}
|
||||
|
||||
itjc_scp[unit] = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue