* PGP Signed by an unknown key
On Tue, Apr 12, 2016 at 08:26:41PM +0530, Laxman Dewangan wrote:
Use BIT macro for register field definition and make constant asDoes this matter at all? We use the explicit notation in quite a number
unsigned when using in shift operator like instead of (3 << 30),
make it to (3U << 30).
Signed-off-by: Laxman Dewangan <ldewangan@xxxxxxxxxx>
---
drivers/soc/tegra/pmc.c | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
of places and it works great. I'd like to avoid needless churn unless
there is a very good reason to switch.