From 4c51cb005b29e6329d7e598bf835689b230817c9 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Fri, 1 Aug 2014 11:27:15 +0300 Subject: [PATCH] x86/pmc_atom: Silence shift wrapping warnings in pmc_sleep_tmr_show() I don't know if we really need 64 bits here but these variables are declared as u64 and it can't hurt to cast this so we prevent any shift wrapping. Signed-off-by: Dan Carpenter Acked-by: Aubrey Li Link: http://lkml.kernel.org/r/20140801082715.GE28869@mwanda Signed-off-by: H. Peter Anvin --- Reading git-format-patch failed