diff options
| author | Robert Mustacchi <rm@joyent.com> | 2017-04-07 22:55:42 +0000 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2017-04-07 23:03:33 +0000 |
| commit | a2369330a59a108579c56e5fcfd4c77ad7ea770b (patch) | |
| tree | df1e46e8e565317d4f917890ecfa947e5dc4595e | |
| parent | 37cc369ac2aaaf84e83ed78aa13cb2a3d20e3fe8 (diff) | |
| download | illumos-joyent-a2369330a59a108579c56e5fcfd4c77ad7ea770b.tar.gz | |
OS-6023 ixgbe MAC_CAPAB_TRANSCEIVER support (fix debug)
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Approved by: Patrick Mooney <patrick.mooney@joyent.com>
| -rw-r--r-- | usr/src/uts/common/io/ixgbe/ixgbe_transceiver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/ixgbe/ixgbe_transceiver.c b/usr/src/uts/common/io/ixgbe/ixgbe_transceiver.c index 28dee66ff6..aa3f6a75fe 100644 --- a/usr/src/uts/common/io/ixgbe/ixgbe_transceiver.c +++ b/usr/src/uts/common/io/ixgbe/ixgbe_transceiver.c @@ -66,7 +66,7 @@ ixgbe_transceiver_info(void *arg, uint_t id, mac_transceiver_info_t *infop) { ixgbe_t *ixgbe = arg; struct ixgbe_hw *hw = &ixgbe->hw; - boolean_t present, usable, is8472; + boolean_t present, usable; if (id != 0 || infop == NULL) return (EINVAL); |
