Commits
Biwen Li committed 5e9a0b2432c
soc: fsl: rcpm: remove build warning This removes build warning, drivers/soc/fsl/rcpm.c: In function ‘rcpm_pm_prepare’: drivers/soc/fsl/rcpm.c:126:37: warning: left shift count >= width of type [-Wshift-count-overflow] (u32)(((u64)(reg_offset[1] << (sizeof(u32) * 8) | ^~ drivers/soc/fsl/rcpm.c:131:38: warning: left shift count >= width of type [-Wshift-count-overflow] (u32)(((u64)(reg_offset[1] << (sizeof(u32) * 8) | Reviewed-by: Ran Wang <ran.wang_1@nxp.com> Signed-off-by: Biwen Li <biwen.li@nxp.com>