]> git.baikalelectronics.ru Git - kernel.git/commit
igb: Remove adapter struct from these function call parameters
authorMitch Williams <mitch.a.williams@intel.com>
Fri, 27 Jun 2008 17:59:48 +0000 (10:59 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 4 Jul 2008 12:46:57 +0000 (08:46 -0400)
commitf367e867ee2fd2fc2496282ded81066825827a39
tree8b0215d0548e0aea2009e8acbabb0d7f7a965892
parent3ae0dacb91370d95cf9ca8058cd9f3cb18997526
igb: Remove adapter struct from these function call parameters

Simplify a bunch of calls to these functions by moving the adapter
struct out of the function arguments since that is not needed.

Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/igb/igb_main.c