summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2009-06-07 13:24:58 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2009-06-07 13:24:58 +0000
commitdc7bb66ca2e1d8a4ec665ac26bc240a80c5b3ace (patch)
tree4c4f1783cac74901d632d57dc244f8763c272d46 /sys
parent703f49b5975bca5e08b2f71dd6401c7ab5c5f13d (diff)
don't prefix the usage of a define that has a - with a -
no binary change and consistent with other usage of the macro.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/ixgbe_82598.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ixgbe_82598.c b/sys/dev/pci/ixgbe_82598.c
index be8c130a712..dea1a4bdc0b 100644
--- a/sys/dev/pci/ixgbe_82598.c
+++ b/sys/dev/pci/ixgbe_82598.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ixgbe_82598.c,v 1.3 2008/06/08 21:15:34 reyk Exp $ */
+/* $OpenBSD: ixgbe_82598.c,v 1.4 2009/06/07 13:24:57 jsg Exp $ */
/******************************************************************************
@@ -704,7 +704,7 @@ int32_t ixgbe_setup_fiber_serdes_link_82598(struct ixgbe_hw *hw)
break;
default:
DEBUGOUT("Flow control param set incorrectly\n");
- ret_val = -IXGBE_ERR_CONFIG;
+ ret_val = IXGBE_ERR_CONFIG;
goto out;
break;
}