mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
linux: add patch for better debug output for cir-ite driver
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5e6ac93a01
commit
089bc65978
@ -0,0 +1,14 @@
|
|||||||
|
diff --git a/drivers/media/rc/ite-cir.c b/drivers/media/rc/ite-cir.c
|
||||||
|
index 43908a7..1a63d75 100644
|
||||||
|
--- a/drivers/media/rc/ite-cir.c
|
||||||
|
+++ b/drivers/media/rc/ite-cir.c
|
||||||
|
@@ -1676,7 +1676,8 @@ static int ite_resume(struct pnp_dev *pdev)
|
||||||
|
struct ite_dev *dev = pnp_get_drvdata(pdev);
|
||||||
|
unsigned long flags;
|
||||||
|
|
||||||
|
- ite_dbg("%s called", __func__);
|
||||||
|
+ ite_dbg("%s called (tx'ing: %s)", __func__,
|
||||||
|
+ dev->transmitting ? "true" : "false");
|
||||||
|
|
||||||
|
spin_lock_irqsave(&dev->lock, flags);
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user