From: Eli Cohen Date: Thu, 6 Nov 2014 10:51:22 +0000 (+0200) Subject: net/mlx5_core: Fix race on driver load X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~119^2~27^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=364d1798efdf13c7f2b9d902228adf8e84f1d963;p=pandora-kernel.git net/mlx5_core: Fix race on driver load When events arrive at driver load, the event handler gets called even before the spinlock and list are initialized. Fix this by moving the initialization before EQs creation. Signed-off-by: Eli Cohen Signed-off-by: David S. Miller --- Reading git-diff-tree failed