projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69dfb3d
)
soc/tegra: pmc: Use lower-case for hexadecimal literals
author
Thierry Reding
<treding@nvidia.com>
Mon, 18 Nov 2019 06:33:46 +0000
(07:33 +0100)
committer
Thierry Reding
<treding@nvidia.com>
Mon, 18 Nov 2019 12:55:21 +0000
(13:55 +0100)
The remainder of the file uses lower-case for hexadecimal literals, so
change the only odd-one-out occurrence for consistency.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/pmc.c
patch
|
blob
|
history
diff --git
a/drivers/soc/tegra/pmc.c
b/drivers/soc/tegra/pmc.c
index 8db63cfba833dfa657503271e34c35254c713f14..e4cde06d37e1b80707b821b5e4da4d3bc323aaf7 100644
(file)
--- a/
drivers/soc/tegra/pmc.c
+++ b/
drivers/soc/tegra/pmc.c
@@
-2804,7
+2804,7
@@
static const struct tegra_pmc_regs tegra186_pmc_regs = {
.dpd2_status = 0x80,
.rst_status = 0x70,
.rst_source_shift = 0x2,
- .rst_source_mask = 0x3
C
,
+ .rst_source_mask = 0x3
c
,
.rst_level_shift = 0x0,
.rst_level_mask = 0x3,
};