projects
/
profile
/
wearable
/
platform
/
kernel
/
linux-4.9-exynos9110.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
257b08c
)
soc: samsung: acpm: fix misleading indentation warning
92/292992/1
author
Seung-Woo Kim
<sw0312.kim@samsung.com>
Wed, 17 May 2023 10:15:28 +0000
(19:15 +0900)
committer
Seung-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
patch
|
blob
|
history
diff --git
a/drivers/soc/samsung/acpm/acpm.c
b/drivers/soc/samsung/acpm/acpm.c
index 5e492a7348d3ce9bcf01946896612acdab1606f5..df1ea0bb93ce589353f6a4c75d6c2148be525fbc 100644
(file)
--- a/
drivers/soc/samsung/acpm/acpm.c
+++ b/
drivers/soc/samsung/acpm/acpm.c
@@
-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;