From: Ivan Vecera <ivec...@redhat.com> Date: Fri, 26 Feb 2016 09:15:50 +0100
> 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.m...@qlogic.com> > Signed-off-by: Ivan Vecera <ivec...@redhat.com> Applied.