Commit 36213c48 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

I2C: fix up rtc8564 which should not have been changed in my previous cleanups.

This fixes a reported oops.
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 27473f4a
......@@ -66,8 +66,11 @@ static unsigned short normal_addr[] = { 0x51, I2C_CLIENT_END };
static struct i2c_client_address_data addr_data = {
.normal_i2c = normal_addr,
.normal_i2c_range = ignore,
.probe = ignore,
.probe_range = ignore,
.ignore = ignore,
.ignore_range = ignore,
.force = ignore,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment