diff options
author | Andreas Bofjall <andreas@gazonk.org> | 2015-03-09 21:55:12 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-03-17 17:55:47 +0100 |
commit | 3f8f4f19b94cc50e8a3fa3f63815caa0677ff57a (patch) | |
tree | ae35767d989a0bdfc09dd0a3d3cbb9949c2cb0dd /drivers/gpio | |
parent | b6202855d14752a3822db48c7e9ed534de672af1 (diff) | |
download | linux-3f8f4f19b94cc50e8a3fa3f63815caa0677ff57a.tar.gz linux-3f8f4f19b94cc50e8a3fa3f63815caa0677ff57a.tar.bz2 linux-3f8f4f19b94cc50e8a3fa3f63815caa0677ff57a.zip |
gpio: f7188x: correct spelling of "Fintek"
The company is called "Fintek", not "Fintech". Fix it.
Signed-off-by: Andreas Bofjall <andreas@gazonk.org>
Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/gpio-f7188x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-f7188x.c b/drivers/gpio/gpio-f7188x.c index 1be291ac6319..fbd954ee5468 100644 --- a/drivers/gpio/gpio-f7188x.c +++ b/drivers/gpio/gpio-f7188x.c @@ -410,7 +410,7 @@ err: } /* - * Try to match a supported Fintech device by reading the (hard-wired) + * Try to match a supported Fintek device by reading the (hard-wired) * configuration I/O ports. If available, then register both the platform * device and driver to support the GPIOs. */ |