fs_enet: Don't call phy_mii_ioctl() in atomic context.
authorScott Wood <scottwood@freescale.com>
Fri, 15 Feb 2008 21:08:04 +0000 (15:08 -0600)
committerJeff Garzik <jeff@garzik.org>
Sun, 24 Feb 2008 04:55:00 +0000 (23:55 -0500)
The lock acquisition in fs_ioctl() does not appear to actually be necessary,
and thus is simply removed.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found