]> git.baikalelectronics.ru Git - kernel.git/commit
e100: fix eeh on pseries during ethtool -t
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Wed, 15 Mar 2006 18:55:24 +0000 (10:55 -0800)
committerJesse Brandeburg <jesse.brandeburg@intel.com>
Wed, 15 Mar 2006 18:55:24 +0000 (10:55 -0800)
commit05a4c9303419e9b1d565c191c04d89ff4d358fd5
tree38346543e8567d031749f220bc9ba76d8352361b
parent8227fd06d8c854c5d14bb46987c766489bcf9baf
e100: fix eeh on pseries during ethtool -t

Olaf Hering reported a problem on pseries with e100 where ethtool -t would
cause a bus error, and the e100 driver would stop working.  Due to the new
load ucode command the cb list must be allocated before calling
e100_init_hw, so remove the call and just let e100_up take care of it.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
drivers/net/e100.c