Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315727
b: refs/heads/master
c: 8a540ff
h: refs/heads/master
i:
  315725: aa1b9e0
  315723: d3982be
  315719: 94c5e8f
  315711: e78ad9f
v: v3
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Jul 20, 2012
1 parent e46f208 commit 0b6ca16
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: df4ab5b3c295050da09153fa9760042e4de3ffff
refs/heads/master: 8a540ff9e1d685b5feb0a9df5d2b74db1e0b4d39
2 changes: 1 addition & 1 deletion trunk/drivers/net/bonding/bond_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ static ssize_t bonding_store_queue_id(struct device *d,
/* Check buffer length, valid ifname and queue id */
if (strlen(buffer) > IFNAMSIZ ||
!dev_valid_name(buffer) ||
qid > bond->params.tx_queues)
qid > bond->dev->real_num_tx_queues)
goto err_no_cmd;

/* Get the pointer to that interface if it exists */
Expand Down

0 comments on commit 0b6ca16

Please sign in to comment.