From: Andrew Morton Date: Tue, 11 Apr 2006 05:52:46 +0000 (-0700) Subject: [PATCH] select() warning fixes X-Git-Tag: v2.6.17-rc2~275 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29ff2db55196717e2e67e0f04adc833ee7edd491;p=pandora-kernel.git [PATCH] select() warning fixes fs/select.c: In function `core_sys_select': fs/select.c:339: warning: assignment from incompatible pointer type fs/select.c:376: warning: comparison of distinct pointer types lacks a cast By using a void* we can remove lots of casts rather than adding more. Cc: Jes Sorensen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed