bus: ti-sysc: Fix cast to enum warning
authorTony Lindgren <tony@atomide.com>
Tue, 15 Aug 2023 05:49:05 +0000 (08:49 +0300)
committerTony Lindgren <tony@atomide.com>
Tue, 15 Aug 2023 05:52:01 +0000 (08:52 +0300)
commitde44bf2f7683347f75690ef6cf61a1d5ba8f0891
treefa14c4ef24d99692e791389abc96525960b9eae9
parent40a4f49cd32dbc641c706215c1fa6c5bd051428c
bus: ti-sysc: Fix cast to enum warning

Fix warning for "cast to smaller integer type 'enum sysc_soc' from 'const
void *'".

Cc: Nishanth Menon <nm@ti.com>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202308150723.ziuGCdM3-lkp@intel.com/
Fixes: e1e1e9bb9d94 ("bus: ti-sysc: Fix build warning for 64-bit build")
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c