From: Divy Le Ray Date: Thu, 30 Aug 2007 02:15:47 +0000 (-0700) Subject: cxgb3 - Fix dev->priv usage X-Git-Tag: v2.6.23-rc5~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fbf816fe7d72bfdbf22bfec05b4ec3aa6849f72;p=pandora-kernel.git cxgb3 - Fix dev->priv usage cxgb3 used netdev_priv() and dev->priv for different purposes. In 2.6.23, netdev_priv() == dev->priv, cxgb3 needs a fix. This patch is a partial backport of Dave Miller's changes in the net-2.6.24 git branch. Without this fix, cxgb3 crashes on 2.6.23. Signed-off-by: Divy Le Ray Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed