mirror of
https://github.com/torvalds/linux.git
synced 2026-07-12 08:13:40 +02:00
When encountering a strange value in the pool report, pidff_reset will always refetch the report 20 times, even if one of the retries results in a sane value. This is because a temporary variable being used to store the value is not being updated inside the loop. Fix it by using the value directly in the loop. Reported-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi> Signed-off-by: Jiri Kosina <jkosina@suse.cz> |
||
|---|---|---|
| .. | ||
| usbhid | ||
| hid-a4tech.c | ||
| hid-apple.c | ||
| hid-belkin.c | ||
| hid-cherry.c | ||
| hid-chicony.c | ||
| hid-core.c | ||
| hid-cypress.c | ||
| hid-debug.c | ||
| hid-drff.c | ||
| hid-ezkey.c | ||
| hid-gaff.c | ||
| hid-gyration.c | ||
| hid-ids.h | ||
| hid-input.c | ||
| hid-kensington.c | ||
| hid-kye.c | ||
| hid-lg.c | ||
| hid-lg.h | ||
| hid-lg2ff.c | ||
| hid-lgff.c | ||
| hid-microsoft.c | ||
| hid-monterey.c | ||
| hid-ntrig.c | ||
| hid-petalynx.c | ||
| hid-pl.c | ||
| hid-samsung.c | ||
| hid-sjoy.c | ||
| hid-sony.c | ||
| hid-sunplus.c | ||
| hid-tmff.c | ||
| hid-topseed.c | ||
| hid-twinhan.c | ||
| hid-wacom.c | ||
| hid-zpff.c | ||
| hidraw.c | ||
| Kconfig | ||
| Makefile | ||