aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-11-17 16:30:51 +0000
committerWarner Losh <imp@FreeBSD.org>2014-11-17 16:30:51 +0000
commit707767a88c80e9954a501f895957f8adaaddc8af (patch)
tree11ade548d765b6ccbecacaac04950c2f73d518f9
parentf3bcbf239921b6180bf1a4f544b02f0afbc5089a (diff)
downloadsrc-707767a88c80e9954a501f895957f8adaaddc8af.tar.gz
src-707767a88c80e9954a501f895957f8adaaddc8af.zip
Remove stray empty comment. The code is adequately explained in the
block comment above, so there's nothing to add here.
Notes
Notes: svn path=/head/; revision=274633
-rw-r--r--sys/dev/pccbb/pccbb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c
index b724d05e0423..9724154238ef 100644
--- a/sys/dev/pccbb/pccbb.c
+++ b/sys/dev/pccbb/pccbb.c
@@ -992,8 +992,6 @@ cbb_cardbus_reset_power(device_t brdev, device_t child, int on)
* 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);