Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268477
b: refs/heads/master
c: 90b3b11
h: refs/heads/master
i:
  268475: 1731dcc
v: v3
  • Loading branch information
Roland Vossen authored and Greg Kroah-Hartman committed Sep 16, 2011
1 parent 84c104a commit 855f74f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 862c307fc1ccee9b8f67e1efe9d9b2be9fa2b42e
refs/heads/master: 90b3b115e5ace1d414390526bb06b3109cfe8963
4 changes: 0 additions & 4 deletions trunk/drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,18 +251,14 @@ static s32
brcmf_dev_ioctl(struct net_device *dev, u32 cmd, void *arg, u32 len)
{
struct brcmf_ioctl ioc;
mm_segment_t fs;
s32 err = 0;

memset(&ioc, 0, sizeof(ioc));
ioc.cmd = cmd;
ioc.buf = arg;
ioc.len = len;

fs = get_fs();
set_fs(get_ds());
err = brcmf_netdev_ioctl_priv(dev, &ioc);
set_fs(fs);

return err;
}
Expand Down

0 comments on commit 855f74f

Please sign in to comment.