Date: Mon, 12 Sep 2016 18:07:07 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r305752 - head/sys/dev/cxgbe Message-ID: <201609121807.u8CI77ER037558@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Mon Sep 12 18:07:06 2016 New Revision: 305752 URL: https://svnweb.freebsd.org/changeset/base/305752 Log: Remove explicit device_verbose() from the t4iov driver detach routine now that this case is handled generically. Modified: head/sys/dev/cxgbe/t4_iov.c Modified: head/sys/dev/cxgbe/t4_iov.c ============================================================================== --- head/sys/dev/cxgbe/t4_iov.c Mon Sep 12 18:06:42 2016 (r305751) +++ head/sys/dev/cxgbe/t4_iov.c Mon Sep 12 18:07:06 2016 (r305752) @@ -217,7 +217,6 @@ t4iov_detach(device_t dev) if (error) return (error); } - device_verbose(dev); return (0); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609121807.u8CI77ER037558>