Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205839
b: refs/heads/master
c: 82942ca
h: refs/heads/master
i:
  205837: 19fda84
  205835: 5df2c9b
  205831: 6df52f5
  205823: 300cd0e
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Greg Kroah-Hartman committed Jul 8, 2010
1 parent 497713f commit ce47e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef7d8ba135042e5da15b861e11ff48385308632a
refs/heads/master: 82942ca2b509f4a77ef1febd00f648fcb67950ca
2 changes: 1 addition & 1 deletion trunk/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 ce47e17

Please sign in to comment.