From: Alexander Duyck Date: Thu, 30 Apr 2015 21:53:54 +0000 (-0700) Subject: etherdev: Process is_multicast_ether_addr at same size as other operations X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~385^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d54385ce68cd18ab002b46f61246ad197cec92de;p=pandora-kernel.git etherdev: Process is_multicast_ether_addr at same size as other operations This change makes it so that we process the address in is_multicast_ether_addr at the same size as the other calls. This allows us to avoid duplicate reads when used with other calls such as is_zero_ether_addr or eth_addr_copy. In addition I have added a 64 bit version of the function so in eth_type_trans we can process the destination address as a 64 bit value throughout. Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed