From: Thierry Reding Date: Mon, 18 Nov 2019 06:33:46 +0000 (+0100) Subject: soc/tegra: pmc: Use lower-case for hexadecimal literals X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dfd9d2dda8d0727bf3e1b191b6b78fb3c7b3a151;p=linux.git soc/tegra: pmc: Use lower-case for hexadecimal literals 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 Acked-by: Jon Hunter Signed-off-by: Thierry Reding --- diff --git a/drivers/soc/tegra/pmc.c b/drivers/soc/tegra/pmc.c index 8db63cfba833d..e4cde06d37e1b 100644 --- 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 = 0x3C, + .rst_source_mask = 0x3c, .rst_level_shift = 0x0, .rst_level_mask = 0x3, };