diff options
Diffstat (limited to 'drivers/thermal/int340x_thermal/int3406_thermal.c')
-rw-r--r-- | drivers/thermal/int340x_thermal/int3406_thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/int340x_thermal/int3406_thermal.c b/drivers/thermal/int340x_thermal/int3406_thermal.c index 13d431cbd29e..a578cd257db4 100644 --- a/drivers/thermal/int340x_thermal/int3406_thermal.c +++ b/drivers/thermal/int340x_thermal/int3406_thermal.c | |||
@@ -177,7 +177,7 @@ static int int3406_thermal_probe(struct platform_device *pdev) | |||
177 | return -ENODEV; | 177 | return -ENODEV; |
178 | d->raw_bd = bd; | 178 | d->raw_bd = bd; |
179 | 179 | ||
180 | ret = acpi_video_get_levels(ACPI_COMPANION(&pdev->dev), &d->br); | 180 | ret = acpi_video_get_levels(ACPI_COMPANION(&pdev->dev), &d->br, NULL); |
181 | if (ret) | 181 | if (ret) |
182 | return ret; | 182 | return ret; |
183 | 183 | ||