i2c: rcar: comment maintenance
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 21 Jan 2019 17:07:59 +0000 (18:07 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Tue, 5 Feb 2019 13:31:55 +0000 (14:31 +0100)
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>
drivers/i2c/busses/i2c-rcar.c

index d6c0f50..498ba4b 100644 (file)
@@ -2,8 +2,8 @@
 /*
  * Driver for the Renesas R-Car I2C unit
  *
- * Copyright (C) 2014-15 Wolfram Sang <wsa@sang-engineering.com>
- * Copyright (C) 2011-2015 Renesas Electronics Corporation
+ * Copyright (C) 2014-19 Wolfram Sang <wsa@sang-engineering.com>
+ * Copyright (C) 2011-2019 Renesas Electronics Corporation
  *
  * Copyright (C) 2012-14 Renesas Solutions Corp.
  * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
@@ -355,9 +355,6 @@ static void rcar_i2c_next_msg(struct rcar_i2c_priv *priv)
        rcar_i2c_prepare_msg(priv);
 }
 
-/*
- *             interrupt functions
- */
 static void rcar_i2c_dma_unmap(struct rcar_i2c_priv *priv)
 {
        struct dma_chan *chan = priv->dma_direction == DMA_FROM_DEVICE