From 277db305768ad6765ed735ced43360000c282ed6 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Fri, 19 Feb 2016 01:57:51 +0000 Subject: Remove bogus cast. --- sys/dev/iwn/if_iwn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/iwn/if_iwn.c') 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; -- cgit v1.2.3