Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219823
b: refs/heads/master
c: e4e4d21
h: refs/heads/master
i:
  219821: 257a191
  219819: 5de6983
  219815: 96a4215
  219807: b9dc603
v: v3
  • Loading branch information
Jason Cooper authored and Greg Kroah-Hartman committed Sep 14, 2010
1 parent 2554bad commit 3e33673
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: 9b6562b1c302704cdefd97f2c340b695bf481d44
refs/heads/master: e4e4d21fa303f71a8289c3dd822a02cf91603502
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/util/bcmsrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ static const char BCMATTACHDATA(vstr_macaddr)[] = "macaddr=%s";
static const char BCMATTACHDATA(vstr_usbepnum)[] = "usbepnum=0x%x";
static const char BCMATTACHDATA(vstr_end)[] = "END\0";

uint8 patch_pair = 0;
uint8 patch_pair;

/* For dongle HW, accept partial calibration parameters */
#define BCMDONGLECASE(n)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/util/linux_osl.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ struct osl_info {
};

/* Global ASSERT type flag */
uint32 g_assert_type = 0;
uint32 g_assert_type;

static int16 linuxbcmerrormap[] = { 0, /* 0 */
-EINVAL, /* BCME_ERROR */
Expand Down

0 comments on commit 3e33673

Please sign in to comment.