From: Kevin McKinney Date: Fri, 8 Jun 2012 03:52:42 +0000 (-0400) Subject: Staging: bcm: Return -ENOMEM instead of -1 when memory not acquired in nmv.c X-Git-Tag: v3.6-rc1~100^2~842 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dd80eb925a5aac4ebe8b1abec20802e91f60c2e;p=pandora-kernel.git Staging: bcm: Return -ENOMEM instead of -1 when memory not acquired in nmv.c This patch changes the return statement on two conditions where memory could not be acquired. It returns -ENOMEM instead of -1. Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed