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)
commit5bd3670f31f1c58f500e55c4cdbc243fb4b2e3df
treebd685eeec07032faa5cb3f2184e8bae5873d5b99
parent21eee2dd1b5702f15924f18f923b2a281f0e72e8
fs_enet: Don't call phy_mii_ioctl() in atomic context.

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>
drivers/net/fs_enet/fs_enet-main.c