From: Eilon Greenstein Date: Fri, 6 Sep 2013 09:55:02 +0000 (+0300) Subject: bnx2x: Restore a call to config_init X-Git-Tag: v3.12-rc1~109^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=937e5c3d63a17c0543912522ec4061a995558a70;p=pandora-kernel.git bnx2x: Restore a call to config_init Commit c0a77ec74f295013d7ba3204dd3ed25fccf83cb4 'bnx2x: Add missing braces in bnx2x:bnx2x_link_initialize' identified indentation problem, but resolved it by adding braces instead of fixing the indentation. The braces now prevents a config_init call in some cases, though it should be called regardless of that condition. This patch removes the braces and fix the confusing indentation that caused this mess. Signed-off-by: Eilon Greenstein CC: Dave Jones Tested-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed