soc: ti: pm33xx: Remove set but unused variable 'ret'
authorLee Jones <lee.jones@linaro.org>
Sun, 22 Nov 2020 03:22:01 +0000 (19:22 -0800)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Sun, 22 Nov 2020 03:22:01 +0000 (19:22 -0800)
commitedac869ed010814d56f766745c64476d5a96bbdd
tree655d0a7701a3536ab90d393d6842c71e5be036d6
parented93a9e2a1a8448597b4ed4f28b5b7048d4e09e8
soc: ti: pm33xx: Remove set but unused variable 'ret'

Fixes the following W=1 kernel build warning(s):

 drivers/soc/ti/pm33xx.c: In function ‘am33xx_do_sram_idle’:
 drivers/soc/ti/pm33xx.c:138:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]

Cc: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/soc/ti/pm33xx.c