Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317981
b: refs/heads/master
c: 8df858e
h: refs/heads/master
i:
  317979: be8a4c2
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Jul 17, 2012
1 parent b6d9eb6 commit 2c820a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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: 7fc03add26e1e1f0b375e905547e01da6cdc1599
refs/heads/master: 8df858ea76b76dde9a39d4edd9aaded983582cfe
8 changes: 3 additions & 5 deletions trunk/drivers/staging/gdm72xx/gdm_wimax.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,17 +255,15 @@ static void gdm_wimax_event_rcv(struct net_device *dev, u16 type, void *msg,

static int gdm_wimax_event_init(void)
{
if (wm_event.ref_cnt == 0) {
if (!wm_event.ref_cnt) {
wm_event.sock = netlink_init(NETLINK_WIMAX,
gdm_wimax_event_rcv);
if (wm_event.sock)
wm_event.ref_cnt++;
INIT_LIST_HEAD(&wm_event.evtq);
INIT_LIST_HEAD(&wm_event.freeq);
INIT_WORK(&wm_event.ws, __gdm_wimax_event_send);
spin_lock_init(&wm_event.evt_lock);
}

if (wm_event.sock) {
wm_event.ref_cnt++;
return 0;
}

Expand Down

0 comments on commit 2c820a1

Please sign in to comment.