From: Namhyung Kim Date: Tue, 14 Sep 2010 12:43:46 +0000 (+0900) Subject: futex: Change 3rd arg of fetch_robust_entry() to unsigned int* X-Git-Tag: v2.6.37-rc1~193^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dcc41bb037533839753df983d31778b30b67d93;p=pandora-kernel.git futex: Change 3rd arg of fetch_robust_entry() to unsigned int* Sparse complains: kernel/futex.c:2495:59: warning: incorrect type in argument 3 (different signedness) Make 3rd argument of fetch_robust_entry() 'unsigned int'. Signed-off-by: Namhyung Kim Cc: Peter Zijlstra Cc: Darren Hart LKML-Reference: <1284468228-8723-1-git-send-email-namhyung@gmail.com> Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed