svn commit: r274633 - head/sys/dev/pccbb
Warner Losh
imp at FreeBSD.org
Mon Nov 17 16:30:52 UTC 2014
Author: imp
Date: Mon Nov 17 16:30:51 2014
New Revision: 274633
URL: https://svnweb.freebsd.org/changeset/base/274633
Log:
Remove stray empty comment. The code is adequately explained in the
block comment above, so there's nothing to add here.
Modified:
head/sys/dev/pccbb/pccbb.c
Modified: head/sys/dev/pccbb/pccbb.c
==============================================================================
--- head/sys/dev/pccbb/pccbb.c Mon Nov 17 15:44:00 2014 (r274632)
+++ head/sys/dev/pccbb/pccbb.c Mon Nov 17 16:30:51 2014 (r274633)
@@ -992,8 +992,6 @@ cbb_cardbus_reset_power(device_t brdev,
* a cardbus bus, so that's the only register we check here.
*/
if (on && CBB_CARD_PRESENT(cbb_get(sc, CBB_SOCKET_STATE))) {
- /*
- */
PCI_MASK_CONFIG(brdev, CBBR_BRIDGECTRL,
&~CBBM_BRIDGECTRL_RESET, 2);
b = pcib_get_bus(child);
More information about the svn-src-head
mailing list