Do not print that the firmware was successfully loaded in the USB backend
authorpatrick <patrick@openbsd.org>
Wed, 24 Jan 2018 13:10:20 +0000 (13:10 +0000)
committerpatrick <patrick@openbsd.org>
Wed, 24 Jan 2018 13:10:20 +0000 (13:10 +0000)
commit0fba3d466d20216d5b61a56de8c26c9358ccf931
treed24814d8e04bf300b1f9e09271fe1b440095c845
parentcd99bb20ee4f77bdb52a07c37c8d4efe776b81df
Do not print that the firmware was successfully loaded in the USB backend
driver.  It is only useful to know if firmware loading has failed.  This
means fewer clutter in dmesg(8).

Spotted by and ok stsp@
sys/dev/usb/if_bwfm_usb.c