mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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>
This commit is contained in:
parent
be41cf589b
commit
8ab2a6d20e
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ static int xway_stp_probe(struct platform_device *pdev)
|
|||
chip->virt = devm_ioremap_resource(&pdev->dev, res);
|
||||
if (IS_ERR(chip->virt))
|
||||
return PTR_ERR(chip->virt);
|
||||
|
||||
|
||||
chip->gc.dev = &pdev->dev;
|
||||
chip->gc.label = "stp-xway";
|
||||
chip->gc.direction_output = xway_stp_dir_out;
|
||||
|
|
Loading…
Add table
Reference in a new issue