Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322423
b: refs/heads/master
c: 4fc79db
h: refs/heads/master
i:
  322421: c436e90
  322419: f101e69
  322415: f758cd6
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Aug 21, 2012
1 parent 130319d commit a0c5e25
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 94543a8d4fb302817014981489f15cb3b92ec3c2
refs/heads/master: 4fc79db178f0a0ede479b4713e00df2d106028b3
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/dvm/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ static ssize_t iwl_dbgfs_sram_read(struct file *file,
const struct fw_img *img;
size_t bufsz;

if (!iwl_is_ready_rf(priv))
return -EAGAIN;

/* default is to dump the entire data segment */
if (!priv->dbgfs_sram_offset && !priv->dbgfs_sram_len) {
priv->dbgfs_sram_offset = 0x800000;
Expand Down

0 comments on commit a0c5e25

Please sign in to comment.