mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix miss from r284320.
Coverity: 1018895
This commit is contained in:
parent
3d2550b5c4
commit
a57b51f99a
1 changed files with 1 additions and 1 deletions
|
|
@ -5102,7 +5102,7 @@ enable_trackpoint(struct psm_softc *sc, enum probearg arg)
|
|||
id = read_aux_data(kbdc);
|
||||
if (id < 0x01)
|
||||
return (FALSE);
|
||||
if (sc != NULL)
|
||||
if (arg == PROBE)
|
||||
sc->tphw = id;
|
||||
if (!trackpoint_support)
|
||||
return (FALSE);
|
||||
|
|
|
|||
Loading…
Reference in a new issue