summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/common
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2007-08-17 05:57:04 +0000
committerkmacy <kmacy@FreeBSD.org>2007-08-17 05:57:04 +0000
commitc09acdcd0015e886fad167519a7eb1047e75d1e2 (patch)
tree925583de5d0e47ffdc6bd78f88de3f1e1ae83dc2 /sys/dev/cxgb/common
parentb906b986a3da7a75d75997cccfb16700c9688488 (diff)
downloadFreeBSD-src-c09acdcd0015e886fad167519a7eb1047e75d1e2.zip
FreeBSD-src-c09acdcd0015e886fad167519a7eb1047e75d1e2.tar.gz
forward port signedness fixes from RELENG_6
fix compile error for case where MSI_SUPPORTED not defined Approved by: re (blanket)
Diffstat (limited to 'sys/dev/cxgb/common')
-rw-r--r--sys/dev/cxgb/common/cxgb_t3_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cxgb/common/cxgb_t3_hw.c b/sys/dev/cxgb/common/cxgb_t3_hw.c
index a8d9e11..69e0e83 100644
--- a/sys/dev/cxgb/common/cxgb_t3_hw.c
+++ b/sys/dev/cxgb/common/cxgb_t3_hw.c
@@ -501,7 +501,7 @@ static struct port_type_info port_types[] = {
#undef CAPS_10G
#define VPD_ENTRY(name, len) \
- u8 name##_kword[2]; u8 name##_len; u8 name##_data[len]
+ u8 name##_kword[2]; u8 name##_len; char name##_data[len]
/*
* Partial EEPROM Vital Product Data structure. Includes only the ID and
OpenPOWER on IntegriCloud