Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2014 16:30:52 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274633 - head/sys/dev/pccbb
Message-ID:  <201411171630.sAHGUqXB045291@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411171630.sAHGUqXB045291>