Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Input: stmfts - make comments correct

No functional change.

Fixes: 78bcac7b2ae1 ("Input: add support for the STMicroelectronics FingerTip touchscreen")
Signed-off-by: Petr Hodina <petr.hodina@protonmail.com>
Signed-off-by: David Heidelberg <david@ixit.cz>
Link: https://patch.msgid.link/20251215-fts-fixes-v1-2-8c1e3a63ebf1@ixit.cz
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Petr Hodina and committed by
Dmitry Torokhov
f5c3c77b 385a5386

+1 -4
+1 -4
drivers/input/touchscreen/stmfts.c
··· 141 141 142 142 /* 143 143 * We can't simply use i2c_smbus_read_i2c_block_data because we 144 - * need to read more than 255 bytes ( 144 + * need to read 256 bytes, which exceeds the 255-byte SMBus block limit. 145 145 */ 146 146 static int stmfts_read_events(struct stmfts_data *sdata) 147 147 { ··· 594 594 sdata->regulators); 595 595 } 596 596 597 - /* This function is void because I don't want to prevent using the touch key 598 - * only because the LEDs don't get registered 599 - */ 600 597 static int stmfts_enable_led(struct stmfts_data *sdata) 601 598 { 602 599 int err;