Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278013
b: refs/heads/master
c: b4be895
h: refs/heads/master
i:
  278011: 032de97
v: v3
  • Loading branch information
Kalle Valo committed Nov 11, 2011
1 parent b6e13c9 commit a429c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cbf49a6fff1d87510f36afe7e7cec188e452f1db
refs/heads/master: b4be8959c2cca0a0d3136f9d3bf06a52252911f4
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/ath/ath6kl/htc_hif.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ int ath6kldev_setup(struct ath6kl_device *dev)
/* must be a power of 2 */
if ((dev->htc_cnxt->block_sz & (dev->htc_cnxt->block_sz - 1)) != 0) {
WARN_ON(1);
status = -EINVAL;
goto fail_setup;
}

Expand Down

0 comments on commit a429c0a

Please sign in to comment.