From: Bhaskar Chowdhury Date: Mon, 22 Mar 2021 03:31:36 +0000 (-0700) Subject: Input: silead - fix a typo X-Git-Tag: howlett/maple/20220722_2~3189^2~2^2~38 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4c976acb47bd4262ebf469698d26e1b8f4a338b4;p=users%2Fjedix%2Flinux-maple.git Input: silead - fix a typo s/subsytem/subsystem/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Link: https://lore.kernel.org/r/20210322022030.3857089-1-unixbhaskar@gmail.com Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/silead.c b/drivers/input/touchscreen/silead.c index 8fa2f3b7cfd8..32725d7422de 100644 --- a/drivers/input/touchscreen/silead.c +++ b/drivers/input/touchscreen/silead.c @@ -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;