> + if ((le32_to_cpu(dresp->status) == ST_OK) && > + (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE)) { > + _aac_probe_container2(context, fibptr); > + return; if (dresp->status == cpu_to_le32(ST_OK) && dresp->mnt[0].vol != cpu_to_le32(CT_NONE)) { Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>