We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87e6bd commit 3c19d23Copy full SHA for 3c19d23
drivers/thermal/samsung/exynos_tmu.c
@@ -1296,7 +1296,6 @@ static struct thermal_zone_of_device_ops exynos_sensor_ops = {
1296
1297
static int exynos_tmu_probe(struct platform_device *pdev)
1298
{
1299
- struct exynos_tmu_platform_data *pdata;
1300
struct exynos_tmu_data *data;
1301
int ret;
1302
@@ -1318,8 +1317,6 @@ static int exynos_tmu_probe(struct platform_device *pdev)
1318
1317
if (ret)
1319
goto err_sensor;
1320
1321
- pdata = data->pdata;
1322
-
1323
INIT_WORK(&data->irq_work, exynos_tmu_work);
1324
1325
data->clk = devm_clk_get(&pdev->dev, "tmu_apbif");
0 commit comments