Messages in this thread |  | | From | Joel Stanley <> | Date | Mon, 14 Aug 2017 13:21:19 +0930 | Subject | Re: [PATCH v1] i2c: aspeed: fixed potential null pointer dereference |
| |
On Sat, Aug 12, 2017 at 9:02 PM, Wolfram Sang <wsa@the-dreams.de> wrote: > On Fri, Jul 28, 2017 at 06:00:12PM -0700, Brendan Higgins wrote: >> Before I skipped null checks when the master is in the STOP state; this >> fixes that. >> >> Signed-off-by: Brendan Higgins <brendanhiggins@google.com> > > Is there a suitable "Fixes:" tag for this? >
The driver was introduced in 4.13, so we could add:
Fixes: f327c686d3ba ("i2c: aspeed: added driver for Aspeed I2C")
Cheers,
Joel
|  |