| commit | eeb2ea4b59df5fdcb697904fe6f49d5851543808 | [log] [tgz] |
|---|---|---|
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Dec 18 21:41:04 2025 -0800 |
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Dec 18 21:46:55 2025 -0800 |
| tree | 743ddb0855b0e75358888ade3df72eaf6f58cdcf | |
| parent | a2c5ea4235b18781c3926bbb983d8314c45d6345 [diff] |
Input: ilitek_ts_i2c - switch mdelay() to fsleep() The mdelay() is called in sleeping context and it should be OK to delay slightly longer than requested, so switch the code to use fsleep() to avoid spinning. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>