mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
clk: si5341: Drop unused i2c driver_data
The driver doesn't make use of the value that was explicitly assigned to the .driver_data member. Drop the assignment. Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com> Reviewed-by: Brian Masney <bmasney@redhat.com> Signed-off-by: Brian Masney <bmasney@redhat.com>
This commit is contained in:
parent
0bf68e8dcb
commit
f596486485
|
|
@ -1825,11 +1825,11 @@ static void si5341_remove(struct i2c_client *client)
|
|||
}
|
||||
|
||||
static const struct i2c_device_id si5341_id[] = {
|
||||
{ "si5340", 0 },
|
||||
{ "si5341", 1 },
|
||||
{ "si5342", 2 },
|
||||
{ "si5344", 4 },
|
||||
{ "si5345", 5 },
|
||||
{ .name = "si5340" },
|
||||
{ .name = "si5341" },
|
||||
{ .name = "si5342" },
|
||||
{ .name = "si5344" },
|
||||
{ .name = "si5345" },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(i2c, si5341_id);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user