Input: silead - fix a typo

s/subsytem/subsystem/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210322022030.3857089-1-unixbhaskar@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
Bhaskar Chowdhury 2021-03-21 20:31:36 -07:00 committed by Dmitry Torokhov
parent c9efb0ba28
commit 4c976acb47

View File

@ -486,7 +486,7 @@ static int silead_ts_probe(struct i2c_client *client,
silead_ts_read_props(client);
/* We must have the IRQ provided by DT or ACPI subsytem */
/* We must have the IRQ provided by DT or ACPI subsystem */
if (client->irq <= 0)
return -ENODEV;