soc: samsung: acpm: fix misleading indentation warning 92/292992/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 17 May 2023 10:15:28 +0000 (19:15 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 18 May 2023 01:37:47 +0000 (10:37 +0900)
Fix build warning with -Wmisleading-indentation.

Change-Id: I627745949a5b008515407067859a286b615d3712
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/soc/samsung/acpm/acpm.c

index 5e492a7348d3ce9bcf01946896612acdab1606f5..df1ea0bb93ce589353f6a4c75d6c2148be525fbc 100644 (file)
@@ -367,7 +367,7 @@ static int acpm_probe(struct platform_device *pdev)
        if (IS_ERR(acpm->timer_base))
                dev_info(&pdev->dev, "could not find timer base addr \n");
 
-               if (of_property_read_u32(node, "peritimer-cnt", &acpm->timer_cnt))
+       if (of_property_read_u32(node, "peritimer-cnt", &acpm->timer_cnt))
                pr_warn("No matching property: peritiemr_cnt\n");
 
        exynos_acpm = acpm;