Hello, Sergei. On 12/09/2010 07:20 PM, Sergei Shtylyov wrote: >> + /* >> + * Media is considered to be present if TUR succeeds or fails with >> + * sense data indicating something other than media-not-present >> + * (ASC 0x3a). >> + */ >> + if (!scsi_status_is_good(retval) && >> + (!scsi_sense_valid(sshdr) || sshdr->asc == 0x3a)) { >> + /* >> + * Probably not media in the device. Mark as changed, and > > s/not/no/ Updated patch already posted. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html