Skip to content

Commit

Permalink
i2c: cros-ec-tunnel: Fix ACPI identifier
Browse files Browse the repository at this point in the history
The initial patch was using the incorrect identifier.

Fixes: 9af1563 ("i2c: cros-ec-tunnel: Make the device acpi compatible")
Signed-off-by: Raul E Rangel <[email protected]>
Acked-by: Enric Balletbo i Serra <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
  • Loading branch information
Raul E Rangel authored and Wolfram Sang committed Jan 31, 2020
1 parent 8ff2d7c commit b49f8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/i2c-cros-ec-tunnel.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ static const struct of_device_id cros_ec_i2c_of_match[] = {
MODULE_DEVICE_TABLE(of, cros_ec_i2c_of_match);

static const struct acpi_device_id cros_ec_i2c_tunnel_acpi_id[] = {
{ "GOOG001A", 0 },
{ "GOOG0012", 0 },
{ }
};
MODULE_DEVICE_TABLE(acpi, cros_ec_i2c_tunnel_acpi_id);
Expand Down

0 comments on commit b49f8e0

Please sign in to comment.