From: Ben Hutchings Date: Tue, 18 Sep 2012 23:31:18 +0000 (+0100) Subject: sfc: Do not initialise buffer in efx_alloc_special_buffer() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~143^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3771a35bebeea16c4fd94d1116010cc02b1f75e;p=pandora-kernel.git sfc: Do not initialise buffer in efx_alloc_special_buffer() Currently we initialise the newly allocated buffer to all-1s, which is important for event queues but not for descriptor queues. And since we also do that in efx_nic_init_eventq(), it is completely pointless to do it here. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed