From: Vasiliy Kulikov Date: Sun, 14 Nov 2010 10:08:34 +0000 (+0000) Subject: net: bnx2x: fix error value sign X-Git-Tag: v2.6.37-rc3~3^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=870634b0b641271acb2e22df06ddda0c794b89a3;p=pandora-kernel.git net: bnx2x: fix error value sign bnx2x_init_one() should return negative value on error. By mistake it returns ENODEV instead of -ENODEV. Signed-off-by: Vasiliy Kulikov Acked-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed