Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46591
b: refs/heads/master
c: dde6d43
h: refs/heads/master
i:
  46589: d44dd3c
  46587: 4060630
  46583: 5c64941
  46575: 8ed4157
  46559: 5dde75c
  46527: b6c2cad
  46463: 4995878
  46335: 42a2349
  46079: a05d720
v: v3
  • Loading branch information
Hennerich, Michael authored and Jeff Garzik committed Feb 7, 2007
1 parent 6960c0c commit 94c827b
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: f100ae2ed04d17fb450fe6e3a3780342da60acd0
refs/heads/master: dde6d43d060bf0e0f38c66f76908e460db3bf0d8
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/orinoco.c
Original file line number Diff line number Diff line change
Expand Up @@ -2059,7 +2059,7 @@ static int determine_firmware(struct net_device *dev)
int err;
struct comp_id nic_id, sta_id;
unsigned int firmver;
char tmp[SYMBOL_MAX_VER_LEN+1];
char tmp[SYMBOL_MAX_VER_LEN+1] __attribute__((aligned(2)));

/* Get the hardware version */
err = HERMES_READ_RECORD(hw, USER_BAP, HERMES_RID_NICID, &nic_id);
Expand Down

0 comments on commit 94c827b

Please sign in to comment.