Wrap this debug statement in debug defines. Else, this driver

will refuse to load.

MFC after:	2 weeks
Sponsored by:	Yahoo! Inc.
This commit is contained in:
Sean Bruno 2014-01-03 20:45:56 +00:00
parent b1843e712e
commit 457b3426b1

View File

@ -1728,7 +1728,9 @@ aac_check_firmware(struct aac_softc *sc)
device_printf(sc->aac_dev, "Enable 64-bit array\n");
}
#ifdef AACRAID_DEBUG
aacraid_get_fw_debug_buffer(sc);
#endif
return (0);
}