]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/wlags49_h2/wl_profile.c
Staging: wlags49_h2: wl_profile: remove casts from void*
[~andy/linux] / drivers / staging / wlags49_h2 / wl_profile.c
index 292d5792dd75dc39a96ea5304ef246f52fd708fe..7a1337db7aa1aa28150c59338a919b51542c4bb3 100644 (file)
@@ -169,7 +169,7 @@ void parse_config(struct net_device *dev)
        DBG_ENTER(DbgInfo);
 
        /* Get the wavelan specific info for this device */
-       wvlan_config = (struct wl_private *)dev->priv;
+       wvlan_config = dev->priv;
        if (wvlan_config == NULL) {
                DBG_ERROR(DbgInfo, "Wavelan specific info struct not present?\n");
                return;