From: David Howells Date: Thu, 25 Oct 2007 14:27:40 +0000 (+0100) Subject: Fix pointer mismatches in proc_sysctl.c X-Git-Tag: v2.6.24-rc2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a2da53b181bdafcdecb43c457735ee2892ae885;p=pandora-kernel.git Fix pointer mismatches in proc_sysctl.c Fix pointer mismatches in proc_sysctl.c. The proc_handler() method returns a size_t through an arg pointer, but is given a pointer to a ssize_t to return into. Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed