mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 11:01:06 -04: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:
committed by
Mauro Carvalho Chehab
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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user