]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
i2c: acorn: fix i2c warning
authorRussell King <rmk+kernel@armlinux.org.uk>
Tue, 11 Jun 2019 16:48:18 +0000 (17:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 22 Jun 2019 06:18:22 +0000 (08:18 +0200)
commita2aabf288bf7335716ef792372c8af259ff85735
treecde4d39eae76054df3471531d8efee35aed086ca
parentd774bd27b4f5172f4506da96009c3de76e874362
i2c: acorn: fix i2c warning

commit ca21f851cc9643af049226d57fabc3c883ea648e upstream.

The Acorn i2c driver (for RiscPC) triggers the "i2c adapter has no name"
warning in the I2C core driver, resulting in the RTC being inaccessible.
Fix this.

Fixes: 2236baa75f70 ("i2c: Sanity checks on adapter registration")
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Cc: stable@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/i2c/busses/i2c-acorn.c