commit | 6e873ec71d091f52510f6aa9bc71d4732438522a | [log] [tgz] |
---|---|---|
author | Robin Holt <holt@sgi.com> | Thu Apr 02 16:59:14 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Apr 02 19:05:07 2009 -0700 |
tree | 2da4c9f58fb700e0389bd4a31fb6cebeca45e311 | |
parent | 1bc4faa59b0e6aa5ede2d5d8fa74b6e051b31dca [diff] |
xpc_sn2: fix max() warning about pointers of different types Fix a minor compile warning when building on ia64. drivers/misc/sgi-xp/xpc_sn2.c: In function `xpc_clear_remote_msgqueue_flags_sn2': drivers/misc/sgi-xp/xpc_sn2.c:1746: warning: comparison of distinct pointer types lacks a cast Signed-off-by: Robin Holt <holt@sgi.com> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>