diff options
author | Palmer Dabbelt <palmerdabbelt@google.com> | 2020-04-06 20:08:00 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-07 10:43:41 -0700 |
commit | 4708f31885a0d3e41a03c39501df697e73406f6a (patch) | |
tree | 0c2b85f3516c7054cea900eb7755f7a30f741344 /drivers | |
parent | 71725ed10c40696dc6bdccf8e225815dcef24dba (diff) | |
download | linux-4708f31885a0d3e41a03c39501df697e73406f6a.tar.bz2 |
mm: prevent a warning when casting void* -> enum
I recently build the RISC-V port with LLVM trunk, which has introduced a
new warning when casting from a pointer to an enum of a smaller size.
This patch simply casts to a long in the middle to stop the warning. I'd
be surprised this is the only one in the kernel, but it's the only one I
saw.
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200227211741.83165-1-palmer@dabbelt.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions