summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJesper Juhl <juhl-lkml@dif.dk>2005-06-17 00:14:00 +0200
committerTony Luck <tony.luck@intel.com>2005-06-17 01:27:14 +0200
commit986a80d5c154808cc78170584670324a22fd8219 (patch)
tree11cc27ed20f65d1693ad2883a8606fbd7822888d /arch
parent[PATCH] ppc64: update example configs (diff)
downloadlinux-986a80d5c154808cc78170584670324a22fd8219.tar.xz
linux-986a80d5c154808cc78170584670324a22fd8219.zip
[PATCH] avoid signed vs unsigned comparison in efi_range_is_wc()
warning when building with gcc -W : include/linux/efi.h: In function `efi_range_is_wc': include/linux/efi.h:320: warning: comparison between signed and unsigned It looks to me like a significantly large 'len' passed in could cause the loop to never end. Isn't it safer to make 'i' an unsigned long as well? Like this little patch below (which of course also kills the warning) : Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions