Skip to content
Commit c3771a35 authored by Ben Hutchings's avatar Ben Hutchings
Browse files

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: default avatarBen Hutchings <bhutchings@solarflare.com>
parent ef492f11
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment