diff mbox series

[1/3] soc/tegra: pmc: Use lower-case for hexadecimal literals

Message ID 20191118063348.1816857-1-thierry.reding@gmail.com (mailing list archive)
State New, archived
Headers show
Series [1/3] soc/tegra: pmc: Use lower-case for hexadecimal literals | expand

Commit Message

Thierry Reding Nov. 18, 2019, 6:33 a.m. UTC
From: Thierry Reding <treding@nvidia.com>

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>
---
 drivers/soc/tegra/pmc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jon Hunter Nov. 18, 2019, 11:50 a.m. UTC | #1
On 18/11/2019 06:33, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> 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>
> ---
>  drivers/soc/tegra/pmc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/soc/tegra/pmc.c b/drivers/soc/tegra/pmc.c
> index 4e51248634f8..927eeecd34e5 100644
> --- a/drivers/soc/tegra/pmc.c
> +++ b/drivers/soc/tegra/pmc.c
> @@ -2805,7 +2805,7 @@ static const struct tegra_pmc_regs tegra186_pmc_regs = {
>  	.dpd2_status = 0x80,
>  	.rst_status = 0x70,
>  	.rst_source_shift = 0x2,
> -	.rst_source_mask = 0x3C,
> +	.rst_source_mask = 0x3c,
>  	.rst_level_shift = 0x0,
>  	.rst_level_mask = 0x3,
>  };

Acked-by: Jon Hunter <jonathanh@nvidia.com>

Cheers!
Jon
diff mbox series

Patch

diff --git a/drivers/soc/tegra/pmc.c b/drivers/soc/tegra/pmc.c
index 4e51248634f8..927eeecd34e5 100644
--- a/drivers/soc/tegra/pmc.c
+++ b/drivers/soc/tegra/pmc.c
@@ -2805,7 +2805,7 @@  static const struct tegra_pmc_regs tegra186_pmc_regs = {
 	.dpd2_status = 0x80,
 	.rst_status = 0x70,
 	.rst_source_shift = 0x2,
-	.rst_source_mask = 0x3C,
+	.rst_source_mask = 0x3c,
 	.rst_level_shift = 0x0,
 	.rst_level_mask = 0x3,
 };