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);
}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"