Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
power: supply: ti: ln8000_charger: Silence pointer to int type warning
Clang warns: drivers/power/supply/ti/ln8000_charger.c:1447: warning: cast to smaller integer type 'int' from 'const void *' [-Wvoid-pointer-to-int-cast] return (int)of_id->data; ^~~~~~~~~~~~~~~~ 1 warning generated. Signed-off-by: Shashank Patil <[email protected]>
- Loading branch information