Skip to content

Commit

Permalink
Staging: wlags49_h2: wl_profile: remove casts from void*
Browse files Browse the repository at this point in the history
Remove unnesessary casts from void*.

Signed-off-by: Kulikov Vasiliy <segooon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Kulikov Vasiliy authored and Greg Kroah-Hartman committed Jul 8, 2010
1 parent ef7d8ba commit 82942ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/wlags49_h2/wl_profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 82942ca

Please sign in to comment.