Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335854
b: refs/heads/master
c: 2355a62
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Shiyan authored and David S. Miller committed Nov 20, 2012
1 parent e673886 commit 1fb1def
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: b4dd006760d671337b62532277b0296bcee8dfd4
refs/heads/master: 2355a62bcbdcc4b567425bab036bfab6ade87eed
2 changes: 1 addition & 1 deletion trunk/drivers/net/irda/sir_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ static void sirdev_config_fsm(struct work_struct *work)
break;

case SIRDEV_STATE_DONGLE_SPEED:
if (dev->dongle_drv->reset) {
if (dev->dongle_drv->set_speed) {
ret = dev->dongle_drv->set_speed(dev, fsm->param);
if (ret < 0) {
fsm->result = ret;
Expand Down

0 comments on commit 1fb1def

Please sign in to comment.