freebsd-dev/sys/dev/usb/storage
Alexander Motin 72acfaabbf - Remove ancient checks for sim->softc == NULL. It can't be NULL, as it is
set not-NULL during SIM registration and set to UMASS_GONE on destruction.
Debug messages there look broken for at least 9 years, as they dereference
softc value that was just checked to be equal to NULL.
 - Remove magic pointer value UMASS_GONE and use simple NULL instead.

Found by:	Clang Static Analyzer
2012-10-10 22:02:11 +00:00
..
rio500_usb.h
umass.c - Remove ancient checks for sim->softc == NULL. It can't be NULL, as it is 2012-10-10 22:02:11 +00:00
urio.c Fix compiler warnings, mostly signed issues, 2012-04-02 10:50:42 +00:00
ustorage_fs.c Fix compiler warnings, mostly signed issues, 2012-04-02 10:50:42 +00:00