xls_ehci: eliminate 'format string is not a string literal' warning

Reported by:	Clang
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2017-08-30 22:58:11 +00:00
parent 7a8d38a717
commit 118ee8bdea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323040

View File

@ -130,7 +130,7 @@ ehci_xls_attach(device_t self)
device_set_ivars(sc->sc_bus.bdev, &sc->sc_bus);
device_set_desc(sc->sc_bus.bdev, xlr_usb_dev_desc);
sprintf(sc->sc_vendor, xlr_vendor_desc);
strlcpy(sc->sc_vendor, xlr_vendor_desc, sizeof(sc->sc_vendor));
err = bus_setup_intr(self, sc->sc_irq_res,
INTR_TYPE_BIO | INTR_MPSAFE, NULL,