summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2001-05-11 07:06:06 +0000
committergrog <grog@FreeBSD.org>2001-05-11 07:06:06 +0000
commit835997126bf51c408c2d0c3e9bbc86b3e0da3d94 (patch)
tree3108d99750008f11a251e7d21ef7db62f3b41207 /sys
parent41f40242fca7b52c49a910ad4b28b2c20989bca9 (diff)
downloadFreeBSD-src-835997126bf51c408c2d0c3e9bbc86b3e0da3d94.zip
FreeBSD-src-835997126bf51c408c2d0c3e9bbc86b3e0da3d94.tar.gz
Fix world-breaking typo in previous commit.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/wi/if_wi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c
index ea33e57..2ae8fd1 100644
--- a/sys/dev/wi/if_wi.c
+++ b/sys/dev/wi/if_wi.c
@@ -434,7 +434,7 @@ wi_generic_attach(device_t dev)
*/
mac.wi_type = WI_RID_MAC_NODE;
mac.wi_len = 4;
- wi_read_record(sc, (struct wi_ltv_gen *)&mac));
+ wi_read_record(sc, (struct wi_ltv_gen *)&mac);
if ((error = wi_read_record(sc, (struct wi_ltv_gen *)&mac)) != 0) {
device_printf(dev, "mac read failed %d\n", error);
wi_free(dev);
OpenPOWER on IntegriCloud