[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160609141451.GK24234@mail.corp.redhat.com>
Date: Thu, 9 Jun 2016 16:14:51 +0200
From: Benjamin Tissoires <benjamin.tissoires@...hat.com>
To: Corey Minyard <minyard@....org>
Cc: Jean Delvare <jdelvare@...e.com>, linux-i2c@...r.kernel.org,
linux-kernel@...r.kernel.org, Corey Minyard <cminyard@...sta.com>
Subject: Re: [v2,09/10] i2c-i801: Null isr data buffer when done with it
On May 29 2016 or thereabouts, Corey Minyard wrote:
> From: Corey Minyard <cminyard@...sta.com>
>
> Don't leave a pointer to some external buffer lying around.
>
> Signed-off-by: Corey Minyard <cminyard@...sta.com>
> ---
Looks good to me.
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@...hat.com>
> drivers/i2c/busses/i2c-i801.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c
> index 70da60a..bb15356 100644
> --- a/drivers/i2c/busses/i2c-i801.c
> +++ b/drivers/i2c/busses/i2c-i801.c
> @@ -598,6 +598,7 @@ static int i801_block_transaction_byte_by_byte(struct i801_priv *priv,
> dev_warn(&priv->pci_dev->dev,
> "Timeout waiting for interrupt!\n");
> }
> + priv->data = NULL;
> priv->status = 0;
> return status;
> }
Powered by blists - more mailing lists