Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mm: rmap: Fix invalid casting from a void to an enumerator.
fixes: ../mm/rmap.c:1344:25: warning: cast to smaller integer type 'enum ttu_flags' from 'void *' [-Wvoid-pointer-to-enum-cast] enum ttu_flags flags = (enum ttu_flags)arg; ^~~~~~~~~~~~~~~~~~~ Signed-off-by: techyminati <[email protected]> Signed-off-by: Jyotiraditya Panda <[email protected]> Signed-off-by: Sarthak Roy <[email protected]> Signed-off-by: Cyber Knight <[email protected]> Signed-off-by: ManshuTyagi <[email protected]> Signed-off-by: Nishant Kumar <[email protected]> Signed-off-by: nishant6342 <[email protected]>
- Loading branch information