Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224537
b: refs/heads/master
c: cdac082
h: refs/heads/master
i:
  224535: b0f857d
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Nov 29, 2010
1 parent 33255ad commit 1918274
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: f3aa3136d9c15ff693198eb34701a74bb0b6b969
refs/heads/master: cdac082e051136a021f28d0f63c56e916b541253
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/qeth_core_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ static ssize_t qeth_dev_performance_stats_store(struct device *dev,
i = simple_strtoul(buf, &tmp, 16);
if ((i == 0) || (i == 1)) {
if (i == card->options.performance_stats)
goto out;;
goto out;
card->options.performance_stats = i;
if (i == 0)
memset(&card->perf_stats, 0,
Expand Down

0 comments on commit 1918274

Please sign in to comment.