mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 04:09:55 -04: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:
committed by
Brian Masney
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);
|
||||
|
||||
Reference in New Issue
Block a user