CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/13 19:11:13
Modified files:
sys/dev/ic : twe.c
Log message:
fix "logically dead code" flagged by coverity
It looks like twe was refactored in 2011 and one error check was missed.
While the device may no longer be widely used, this helps reduce the
coverity alert count.
CID 1453371
ok krw@
