From: Ezequiel Garcia Date: Thu, 22 May 2014 23:06:59 +0000 (-0300) Subject: net: mvneta: Clean-up mvneta_init() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~149^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9672850be34c1c3db3b98605c0bee9c58545cdca;p=pandora-kernel.git net: mvneta: Clean-up mvneta_init() This commit cleans-up mvneta_init(), which initializes the hardware and allocates the rx/qx queues. The queue allocation is simplified by using devm_kcalloc instead of kzalloc. The unused phy_addr parameter is removed. While here, the 'hal' references in the comments are removed. This commit makes no functionality change. Signed-off-by: Ezequiel Garcia Signed-off-by: David S. Miller --- Reading git-diff-tree failed