Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150393
b: refs/heads/master
c: 4eaf16b
h: refs/heads/master
i:
  150391: 5530cbd
v: v3
  • Loading branch information
Julia Lawall authored and John W. Linville committed May 20, 2009
1 parent 089133d commit 92f20d9
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: cf5aa2f1f39d367d449df4c10de3d8e6f9c4443b
refs/heads/master: 4eaf16bc1f92bf772f6d42860e86b399d00b7b94
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-agn.c
Original file line number Diff line number Diff line change
Expand Up @@ -2478,7 +2478,7 @@ static DEVICE_ATTR(power_level, S_IWUSR | S_IRUSR, show_power_level,
static ssize_t show_qos(struct device *d,
struct device_attribute *attr, char *buf)
{
struct iwl_priv *priv = (struct iwl_priv *)d->driver_data;
struct iwl_priv *priv = dev_get_drvdata(d);
char *p = buf;
int q;

Expand Down

0 comments on commit 92f20d9

Please sign in to comment.