Bug 11510
Summary: | ATL1E OOPS | ||
---|---|---|---|
Product: | Drivers | Reporter: | Cijoml Cijomlovic Cijomlov (cijoml) |
Component: | Network | Assignee: | Alexey Dobriyan (adobriyan) |
Status: | RESOLVED DUPLICATE | ||
Severity: | high | CC: | adobriyan |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.27-rc5 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Cijoml Cijomlovic Cijomlov
2008-09-06 09:25:11 UTC
Not suprisingly: /* Init GPHY as early as possible due to power saving issue */ spin_lock(&adapter->mdio_lock); atl1e_phy_init(&adapter->hw); spin_unlock(&adapter->mdio_lock); atl1e_phy_init() does msleep() |