Re: [PATCH 10/21] media: dvb_core: slight optimization of addr compare

2014-01-07 Thread Mauro Carvalho Chehab
Em Mon, 23 Dec 2013 13:10:35 +0800 Ding Tianhong escreveu: > Use the recently added and possibly more efficient > ether_addr_equal_unaligned to instead of memcmp. I'm ok with this change, but I prefer if you could merge it together with the other patches, as I don't have the patch that added et

[PATCH 10/21] media: dvb_core: slight optimization of addr compare

2013-12-22 Thread Ding Tianhong
Use the recently added and possibly more efficient ether_addr_equal_unaligned to instead of memcmp. Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org Cc: linux-ker...@vger.kernel.org Signed-off-by: Yang Yingliang Signed-off-by: Ding Tianhong --- drivers/media/dvb-core/dvb_net.c | 10 ++