Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220153
b: refs/heads/master
c: 960ea74
h: refs/heads/master
i:
  220151: 5fda33c
v: v3
  • Loading branch information
Jason Cooper authored and Greg Kroah-Hartman committed Oct 7, 2010
1 parent 341d13b commit 9346a26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 76c06459189fdc643165c58ed7b2f3c590eecbb2
refs/heads/master: 960ea740a2c4f2da42fee2cdf7201ea6c477486c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmfmac/dhd_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ module_param_string(iface_name, iface_name, IFNAMSIZ, 0);
daemonize(a); \
allow_signal(SIGKILL); \
allow_signal(SIGTERM); \
} while (0);
} while (0)

#define BLOCKABLE() (!in_atomic())

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmfmac/wl_iw.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static wlc_ssid_t g_ssid;
daemonize(a); \
allow_signal(SIGKILL); \
allow_signal(SIGTERM); \
} while (0);
} while (0)

#if defined(WL_IW_USE_ISCAN)
#define ISCAN_STATE_IDLE 0
Expand Down

0 comments on commit 9346a26

Please sign in to comment.