aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwn/if_iwn.c
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-02-22 12:28:23 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-02-22 12:28:23 +0000
commit317cec3c43aa82a60e43427c6f1382bdd9e6810f (patch)
tree8a0600337b49dbed7acd411e862bbcfba916c0bc /sys/dev/iwn/if_iwn.c
parent72c3aa02dc4d10c095de756cc767ac827596568a (diff)
parent7758916f4401f98c1812ecbfcaf2f8eef1670177 (diff)
downloadsrc-317cec3c43aa82a60e43427c6f1382bdd9e6810f.tar.gz
src-317cec3c43aa82a60e43427c6f1382bdd9e6810f.zip
MFH
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/release-pkg/; revision=295886
Diffstat (limited to 'sys/dev/iwn/if_iwn.c')
-rw-r--r--sys/dev/iwn/if_iwn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c
index c361fe36aeb7..28b7b7f3f88a 100644
--- a/sys/dev/iwn/if_iwn.c
+++ b/sys/dev/iwn/if_iwn.c
@@ -417,7 +417,7 @@ iwn_is_3stream_device(struct iwn_softc *sc)
static int
iwn_attach(device_t dev)
{
- struct iwn_softc *sc = (struct iwn_softc *)device_get_softc(dev);
+ struct iwn_softc *sc = device_get_softc(dev);
struct ieee80211com *ic;
int i, error, rid;