Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13603
b: refs/heads/master
c: c2a8fad
h: refs/heads/master
i:
  13601: b3e23a3
  13599: 54b3995
v: v3
  • Loading branch information
Jeff Garzik committed Nov 9, 2005
1 parent 68c2c80 commit db08d8f
Show file tree
Hide file tree
Showing 2 changed files with 5 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: eedb9f09e92598c165de37a8c210434d270ca3a6
refs/heads/master: c2a8fad43376b2567087358a9cc46844f742342e
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/ipw2100.c
Original file line number Diff line number Diff line change
Expand Up @@ -3748,6 +3748,8 @@ static ssize_t store_memory(struct device *d, struct device_attribute *attr,
struct net_device *dev = priv->net_dev;
const char *p = buf;

(void) dev; /* kill unused-var warning for debug-only code */

if (count < 1)
return count;

Expand Down Expand Up @@ -4066,6 +4068,8 @@ static ssize_t store_scan_age(struct device *d, struct device_attribute *attr,
unsigned long val;
char *p = buffer;

(void) dev; /* kill unused-var warning for debug-only code */

IPW_DEBUG_INFO("enter\n");

strncpy(buffer, buf, len);
Expand Down

0 comments on commit db08d8f

Please sign in to comment.