From: Ezequiel Garcia Date: Thu, 22 May 2014 23:06:58 +0000 (-0300) Subject: net: mvneta: Check tx queue setup error in mvneta_change_mtu() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~149^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a92dbd96274ba7615e59bded4f14c2bf9ca46302;p=pandora-kernel.git net: mvneta: Check tx queue setup error in mvneta_change_mtu() This commit checks the return code of mvneta_setup_txq() call in mvneta_change_mtu(). Also, use the netdevice pointer directly instead of dereferencing the port structure. While here, let's fix a tiny comment typo. Signed-off-by: Ezequiel Garcia Signed-off-by: David S. Miller --- Reading git-diff-tree failed