From: WANG Cong Date: Wed, 4 Jun 2014 00:11:54 +0000 (-0700) Subject: net: remove some unless free on failure in alloc_netdev_mqs() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ff71b8fe9cd9c673615fc6f3870af7376d7c84;p=pandora-kernel.git net: remove some unless free on failure in alloc_netdev_mqs() When we jump to free_pcpu on failure in alloc_netdev_mqs() rx and tx queues are not yet allocated, so no need to free them. Cc: David S. Miller Signed-off-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed