mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 02:36:02 +00:00
hwmon: (asus-ec-sensors) fix a typo in asus_ec_probe()
There is no such struct as "asus_ec_sensors", it was supposed to be "ec_sensors_data". This typo does not affect either build or runtime. Fixes: c4b1687d6897 ("hwmon: (asus-ec-sensors) add driver for ASUS EC") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Link: https://lore.kernel.org/r/20220205092015.GA612@kili Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
2f66cb5bf3
commit
88846ff742
@ -659,7 +659,7 @@ static int __init configure_sensor_setup(struct device *dev)
|
||||
|
||||
static int __init asus_ec_probe(struct platform_device *pdev)
|
||||
{
|
||||
struct asus_ec_sensors *state;
|
||||
struct ec_sensors_data *state;
|
||||
int status = 0;
|
||||
|
||||
state = devm_kzalloc(&pdev->dev, sizeof(struct ec_sensors_data),
|
||||
|
Loading…
Reference in New Issue
Block a user