Compilation fix for ixgbe_main.c.
authorDenis V. Lunev <den@openvz.org>
Thu, 27 Mar 2008 11:39:17 +0000 (14:39 +0300)
committerJeff Garzik <jeff@garzik.org>
Sat, 29 Mar 2008 02:14:53 +0000 (22:14 -0400)
Under CONFIG_DCA the compilation is broken since the commit
bd0362dde080cef377d99fa5beb5c25308c29c73 (ixgbe: Add optional
DCA infrastructure).

IXGBE_SUCCESS is not defined anywhere, replace it with 0.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found