commit | dca0dd28fa5e0a1ec41a623dbaf667601fc62331 | [log] [tgz] |
---|---|---|
author | Corey Minyard <cminyard@mvista.com> | Thu Nov 21 10:10:51 2019 +0100 |
committer | Wolfram Sang <wsa@the-dreams.de> | Mon Nov 25 17:13:34 2019 +0100 |
tree | 192bcc6a900be8e0c3d5906ba932b34fbe51b598 | |
parent | 790591f41ede7b6fcfea8753dfb4030752dbfbec [diff] |
i2c: smbus: Don't filter out duplicate alerts Getting the same alert twice in a row is legal and normal, especially on a fast device (like running in qemu). Kind of like interrupts. So don't report duplicate alerts, and deliver them normally. [JD: Fixed subject] Signed-off-by: Corey Minyard <cminyard@mvista.com> Signed-off-by: Jean Delvare <jdelvare@suse.de> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>