dect
/
linux-2.6
Archived
13
0
Fork 0

irda: sir_dev: Fix copy/paste typo

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Alexander Shiyan 2012-11-20 09:59:11 +00:00 committed by David S. Miller
parent b4dd006760
commit 2355a62bcb
1 changed files with 1 additions and 1 deletions

View File

@ -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;