diff --git a/sys/cam/scsi/scsi_ses.c b/sys/cam/scsi/scsi_ses.c index 3f9faa22053..8207b1372ec 100644 --- a/sys/cam/scsi/scsi_ses.c +++ b/sys/cam/scsi/scsi_ses.c @@ -745,7 +745,7 @@ ses_type(void *buf, int buflen) /* * PassThrough Device. */ - return (SES_SES_PASSTHRU); + return (SES_SES_PASSTHROUGH); } #endif