diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2019-01-21 12:07:59 -0500 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-02-05 08:31:55 -0500 |
commit | d0051ca584609bd4100ece6ed9f04ae0430dd23b (patch) | |
tree | a6cbd4e16d39e77b9bd0c5c5a4c8d42199481ade /drivers/i2c | |
parent | 05bd07280d5f70920c3619998b3a79742e4cde30 (diff) |
i2c: rcar: comment maintenance
Update copyright years and remove a comment which grew incorrect and
useless over time.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/i2c-rcar.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/i2c/busses/i2c-rcar.c b/drivers/i2c/busses/i2c-rcar.c index d6c0f50a6dab..498ba4b87833 100644 --- a/drivers/i2c/busses/i2c-rcar.c +++ b/drivers/i2c/busses/i2c-rcar.c | |||
@@ -2,8 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * Driver for the Renesas R-Car I2C unit | 3 | * Driver for the Renesas R-Car I2C unit |
4 | * | 4 | * |
5 | * Copyright (C) 2014-15 Wolfram Sang <wsa@sang-engineering.com> | 5 | * Copyright (C) 2014-19 Wolfram Sang <wsa@sang-engineering.com> |
6 | * Copyright (C) 2011-2015 Renesas Electronics Corporation | 6 | * Copyright (C) 2011-2019 Renesas Electronics Corporation |
7 | * | 7 | * |
8 | * Copyright (C) 2012-14 Renesas Solutions Corp. | 8 | * Copyright (C) 2012-14 Renesas Solutions Corp. |
9 | * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 9 | * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> |
@@ -355,9 +355,6 @@ static void rcar_i2c_next_msg(struct rcar_i2c_priv *priv) | |||
355 | rcar_i2c_prepare_msg(priv); | 355 | rcar_i2c_prepare_msg(priv); |
356 | } | 356 | } |
357 | 357 | ||
358 | /* | ||
359 | * interrupt functions | ||
360 | */ | ||
361 | static void rcar_i2c_dma_unmap(struct rcar_i2c_priv *priv) | 358 | static void rcar_i2c_dma_unmap(struct rcar_i2c_priv *priv) |
362 | { | 359 | { |
363 | struct dma_chan *chan = priv->dma_direction == DMA_FROM_DEVICE | 360 | struct dma_chan *chan = priv->dma_direction == DMA_FROM_DEVICE |