diff options
| author | Sean Young <sean@mess.org> | 2024-06-30 22:33:44 +0100 |
|---|---|---|
| committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-07-31 11:21:56 +0200 |
| commit | ba5c778cab1dd3e4918f940989e771e2818afee8 (patch) | |
| tree | 380f7ce3fa4964105bdd8f5222e64b715a23fba9 /drivers/media/rc/rc-loopback.c | |
| parent | media: rc: meson-ir: support PM suspend/resume (diff) | |
| download | linux-ba5c778cab1dd3e4918f940989e771e2818afee8.tar.gz linux-ba5c778cab1dd3e4918f940989e771e2818afee8.zip | |
media: rc: remove unused tx_resolution field
The tx_resolution field is never read. In theory you can imagine this
field being useful for detecting whether the transmitter has the
resolution for the message you are trying to send, but I am not aware of
any hardware where this could be an issue.
Just remove.
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'drivers/media/rc/rc-loopback.c')
| -rw-r--r-- | drivers/media/rc/rc-loopback.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/rc/rc-loopback.c b/drivers/media/rc/rc-loopback.c index b356041c5c00..8288366f891f 100644 --- a/drivers/media/rc/rc-loopback.c +++ b/drivers/media/rc/rc-loopback.c @@ -230,7 +230,6 @@ static int __init loop_init(void) rc->min_timeout = 1; rc->max_timeout = IR_MAX_TIMEOUT; rc->rx_resolution = 1; - rc->tx_resolution = 1; rc->s_tx_mask = loop_set_tx_mask; rc->s_tx_carrier = loop_set_tx_carrier; rc->s_tx_duty_cycle = loop_set_tx_duty_cycle; |
