media: sir_ir: remove broken driver
authorSean Young <sean@mess.org>
Wed, 13 Oct 2021 12:27:57 +0000 (13:27 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 19 Oct 2021 07:08:39 +0000 (08:08 +0100)
commit95f4325de9e612918468f7e6bda633223bae793f
tree69470b3682b43302864fc7d105902f1b57e4a37d
parentfebfe985fc2ea052a363f6525ff624b8efd5273c
media: sir_ir: remove broken driver

This driver is a port of the lirc_sir driver to rc-core. However, for
this driver I could not find any hardware to test, so it was done without
testing. This is a mistake.

There are clear bugs in the code. For example the two arguments
to ktime_us_delta() are reversed, which means the result is garbage.

The driver has been in the kernel for four years, and noone has ever
reported an issue. So, remove this driver.

Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/rc/Kconfig
drivers/media/rc/Makefile
drivers/media/rc/sir_ir.c [deleted file]