From: Jesse Millan Date: Fri, 8 Jul 2005 00:57:01 +0000 (-0700) Subject: [PATCH] put_compat_shminfo() warning fix X-Git-Tag: v2.6.13-rc3~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=214a627cb401284f87cca7e1510a0f4284f1a17c;p=pandora-kernel.git [PATCH] put_compat_shminfo() warning fix GCC 4 complains because the function put_compat_shminfo() can't get to its return statement if there is no error... If the function does not return -EFAULT, it doesn't return anything at all. Looks like a typo. Signed-off-by: Jesse Millan Signed-off-by: Domen Puncer Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed