Skip to content

Commit

Permalink
irda: sir_dev: Fix copy/paste typo
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Shiyan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
shcgit authored and davem330 committed Nov 20, 2012
1 parent b4dd006 commit 2355a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 2355a62

Please sign in to comment.