Searched hist:a7f4b98896f6aede26431a3017d32d722fcec5cb (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bna_tx_rx.c | diff a7f4b98896f6aede26431a3017d32d722fcec5cb Fri Feb 26 09:15:50 CET 2016 Ivan Vecera <ivecera@redhat.com> bna: fix list corruption
Use list_move_tail() to move MAC address entry from list of pending to list of active entries. Simple list_add_tail() leaves the entry also in the first list, this leads to list corruption.
Cc: Rasesh Mody <rasesh.mody@qlogic.com> Signed-off-by: Ivan Vecera <ivecera@redhat.com> Acked-by: Rasesh Mody <rasesh.mody@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|