From: stephen hemminger Date: Fri, 27 Sep 2013 00:40:11 +0000 (-0700) Subject: qdisc: meta return ENOMEM on alloc failure X-Git-Tag: v3.13-rc1~105^2~271 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c4e4020f0145ed84b0ef9e3fb79c4a022e77e47;p=pandora-kernel.git qdisc: meta return ENOMEM on alloc failure Rather than returning earlier value (EINVAL), return ENOMEM if kzalloc fails. Found while reviewing to find another EINVAL condition. Signed-off-by: Stephen Hemminger Acked-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed