commit | a92dbd96274ba7615e59bded4f14c2bf9ca46302 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | Thu May 22 20:06:58 2014 -0300 |
committer | David S. Miller <davem@davemloft.net> | Fri May 23 15:31:49 2014 -0400 |
tree | 7fd9a4edfd37983c070fef7ee5875f09e105c98f | |
parent | 3d4ea02fd87d1222ec43540c983aa387a5fa1a87 [diff] |
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 <ezequiel.garcia@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>