Index: ata-raid.c =================================================================== --- ata-raid.c (revision 245135) +++ ata-raid.c (working copy) @@ -1892,7 +1892,7 @@ } } cr_found: - if ((vdcr == NULL) /* && (sa == NULL) * Spares not supported yet */) { + if (vdcr == NULL /* && (sa == NULL) * Spares not supported yet */) { device_printf(parent, "No usable configuration record found\n"); goto ddf_out; }