Date: Fri, 8 Jun 2007 22:25:10 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uftdi.c Message-ID: <200706082225.l58MPBl3036624@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2007-06-08 22:25:10 UTC FreeBSD src repository Modified files: sys/dev/usb uftdi.c Log: Cleanup messages printed on attach. Since the description gets set to what we print, don't print it anymore. And don't compute it anymore. And don't malloc/free memory for it anymore. While I'm here, prefer device_printf where appropriate. Revision Changes Path 1.29 +13 -31 src/sys/dev/usb/uftdi.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706082225.l58MPBl3036624>