diff options
author | Sean Young <sean@mess.org> | 2021-02-22 14:46:42 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-03-11 11:59:41 +0100 |
commit | 0ec694d6718a9fab0f49a280557feb257c9d7843 (patch) | |
tree | aefa95f94497c1a4f16d47fbf53ea02a442f1321 /block | |
parent | 28c7afb07ccfc0a939bb06ac1e7afe669901c65a (diff) |
media: ite-cir: in_use is not needed
The in_use variable is set to true when a lirc file is opened, and ir
transmit can only be done by writing to a lirc file descriptor. As a
result when in_use is read, it is always true, so we might as well remove
it.
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions