mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 23:14:31 +08:00
media: iguanair: no need for reset after IR receiver enable
An IR reset is only used when the IR hardware reports an error. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
74747dda58
commit
b820c2cf0e
@ -262,9 +262,6 @@ static int iguanair_receiver(struct iguanair *ir, bool enable)
|
||||
ir->packet->header.direction = DIR_OUT;
|
||||
ir->packet->header.cmd = enable ? CMD_RECEIVER_ON : CMD_RECEIVER_OFF;
|
||||
|
||||
if (enable)
|
||||
ir_raw_event_reset(ir->rc);
|
||||
|
||||
return iguanair_send(ir, sizeof(ir->packet->header));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user