]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r241404:
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 23 Oct 2012 15:16:50 +0000 (15:16 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 23 Oct 2012 15:16:50 +0000 (15:16 +0000)
commita1ff2332c1c9c4d92827dcabf702beb408fa149c
tree7c1faa544e912384b72e0ff9f5e7ed380e6d7c2f
parent9fc2c906c720b929701afbf1e694143cad9ea707
MFC r241404:
Remove 'periph == NULL' check from bunch of periph drivers.
This condition can never be true as functions are called from single place
and the checks just pollute the code and confuse Clang Static Analyzer.

git-svn-id: svn://svn.freebsd.org/base/stable/9@241937 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/cam/ata/ata_da.c
sys/cam/ata/ata_pmp.c
sys/cam/ata/ata_xpt.c
sys/cam/scsi/scsi_cd.c
sys/cam/scsi/scsi_ch.c
sys/cam/scsi/scsi_da.c
sys/cam/scsi/scsi_pass.c
sys/cam/scsi/scsi_sa.c
sys/cam/scsi/scsi_sg.c
sys/cam/scsi/scsi_xpt.c