From: Harvey Harrison Date: Mon, 28 Apr 2008 09:14:01 +0000 (-0700) Subject: ncpfs: fix sparse warning in ncpsign_kernel.c X-Git-Tag: v2.6.26-rc1~897 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eee3754f5e45bd27e001ea41823bdbcdd0d192d4;p=pandora-kernel.git ncpfs: fix sparse warning in ncpsign_kernel.c We're casting anyway, might as well cast to the correct sign. Specific to i386 (ifdef __i386__) fs/ncpfs/ncpsign_kernel.c:58:23: warning: incorrect type in initializer (different signedness) fs/ncpfs/ncpsign_kernel.c:58:23: expected unsigned int *data2 fs/ncpfs/ncpsign_kernel.c:58:23: got int * Signed-off-by: Harvey Harrison Acked-by: Petr Vandrovec Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed