svn commit: r305752 - head/sys/dev/cxgbe

John Baldwin jhb at FreeBSD.org
Mon Sep 12 18:07:08 UTC 2016


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);
 }
 


More information about the svn-src-head mailing list