aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-stp-xway.c
diff options
context:
space:
mode:
authorLaurent Navet <laurent.navet@gmail.com>2013-03-20 08:16:01 -0400
committerLinus Walleij <linus.walleij@linaro.org>2013-03-27 11:05:16 -0400
commit8ab2a6d20ec65e9607254f718bd295dd3361d6c3 (patch)
treeffdf6894642f89e4fb3164e098e951316daff2d5 /drivers/gpio/gpio-stp-xway.c
parentbe41cf589b0b7613c845802878afabc7e214cb79 (diff)
gpio: gpio-stp-xway.c: fix checkpatch error
Fix : gpio/gpio-stp-xway.c:220: ERROR: trailing whitespace Signed-off-by: Laurent Navet <laurent.navet@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-stp-xway.c')
-rw-r--r--drivers/gpio/gpio-stp-xway.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-stp-xway.c b/drivers/gpio/gpio-stp-xway.c
index c20e05151212..04882a911b65 100644
--- a/drivers/gpio/gpio-stp-xway.c
+++ b/drivers/gpio/gpio-stp-xway.c
@@ -217,7 +217,7 @@ static int xway_stp_probe(struct platform_device *pdev)
217 chip->virt = devm_ioremap_resource(&pdev->dev, res); 217 chip->virt = devm_ioremap_resource(&pdev->dev, res);
218 if (IS_ERR(chip->virt)) 218 if (IS_ERR(chip->virt))
219 return PTR_ERR(chip->virt); 219 return PTR_ERR(chip->virt);
220 220
221 chip->gc.dev = &pdev->dev; 221 chip->gc.dev = &pdev->dev;
222 chip->gc.label = "stp-xway"; 222 chip->gc.label = "stp-xway";
223 chip->gc.direction_output = xway_stp_dir_out; 223 chip->gc.direction_output = xway_stp_dir_out;