FreeBSD/src 44fbcad (r344473)sys/dev/pms/RefTisa/tisa/sassata/sas/ini itdio.c

CID 1332000: Logically dead code in sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdio.c

A pointer is first tested for NULL. If non-NULL, another pointer is
set equal to the first. The second pointer is then checked for NULL
and an error path taken if so. This second test and the associated
path is dead code as the pointer value, having just been checked for
NULL, cannot be NULL at this point. Remove the dead code.

Reported by:    Coverity
Reviewed by:    daniel.william.ryan_gmail.com, vangyzen
Sponsored by:   Dell EMC Isilon
Differential Revision:  https://reviews.freebsd.org/D19165
DeltaFile
+0-6sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdio.c
+0-61 files

UnifiedSplitRaw