i2c: rcar: comment maintenance
authorWolfram Sang <[email protected]>
Mon, 21 Jan 2019 17:07:59 +0000 (18:07 +0100)
committerWolfram Sang <[email protected]>
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 <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
drivers/i2c/busses/i2c-rcar.c

index d6c0f50a6dabce99c7db8f83f35a167648e519ba..498ba4b87833426559c6049c6b00c68669857b31 100644 (file)
@@ -2,8 +2,8 @@
 /*
  * Driver for the Renesas R-Car I2C unit
  *
- * Copyright (C) 2014-15 Wolfram Sang <[email protected]>
- * Copyright (C) 2011-2015 Renesas Electronics Corporation
+ * Copyright (C) 2014-19 Wolfram Sang <[email protected]>
+ * Copyright (C) 2011-2019 Renesas Electronics Corporation
  *
  * Copyright (C) 2012-14 Renesas Solutions Corp.
  * Kuninori Morimoto <[email protected]>
@@ -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