From: Markus Pargmann Date: Mon, 29 Sep 2014 06:53:14 +0000 (+0200) Subject: net: cpsw: Add missing return value X-Git-Tag: fixes-against-v3.18-rc2~144^2~104^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d507dffe766b8e29f29d17ae8e0611b5638286e;p=pandora-kernel.git net: cpsw: Add missing return value ret is set 0 at this point, so jumping to that error label would result in a return value of 0. Set ret to -ENOMEM to return a proper error value. Signed-off-by: Markus Pargmann Reviewed-by: Wolfram Sang Signed-off-by: David S. Miller --- Reading git-diff-tree failed