diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-11-12 07:39:49 -0500 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-12-17 05:18:12 -0500 |
commit | 2095fc76953aeec2a091d321426daca3534fca12 (patch) | |
tree | ef40c9ae416531f9c5227ebe44cebfb6b444566c /drivers/tty | |
parent | dcafbb47bdfde32b9f3c275aa4b435c120d02f15 (diff) |
serial: sh-sci: Grammar s/Get ... for/Get ... from/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/sh-sci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/sh-sci.c b/drivers/tty/serial/sh-sci.c index dfee7a2f51f1..5ec1a70cd2f4 100644 --- a/drivers/tty/serial/sh-sci.c +++ b/drivers/tty/serial/sh-sci.c | |||
@@ -2645,7 +2645,7 @@ sci_parse_dt(struct platform_device *pdev, unsigned int *dev_id) | |||
2645 | if (!p) | 2645 | if (!p) |
2646 | return NULL; | 2646 | return NULL; |
2647 | 2647 | ||
2648 | /* Get the line number for the aliases node. */ | 2648 | /* Get the line number from the aliases node. */ |
2649 | id = of_alias_get_id(np, "serial"); | 2649 | id = of_alias_get_id(np, "serial"); |
2650 | if (id < 0) { | 2650 | if (id < 0) { |
2651 | dev_err(&pdev->dev, "failed to get alias id (%d)\n", id); | 2651 | dev_err(&pdev->dev, "failed to get alias id (%d)\n", id); |