]> git.baikalelectronics.ru Git - kernel.git/commit
rtl8187: Remove msleep calls after calls to rtl8225_write
authorLarry Finger <Larry.Finger@lwfinger.net>
Fri, 31 Oct 2008 16:54:13 +0000 (09:54 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 10 Nov 2008 20:17:34 +0000 (15:17 -0500)
commitc32830b2fe3847c69b5029f47e52521e9705f721
tree466c8baccb22b59e4170fbe6f5c64c06d0a89d9e
parent7bb70007941d6a60939db926a75dbc57f638556e
rtl8187: Remove msleep calls after calls to rtl8225_write

Routine rtl8225_write() calls either rtl8225_write_bitbang() or
rtl8225_write_8051(), both of which end with an msleep() command. As a
result, a rtl8225_write() immediately followed by an msleep() is not needed.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Tested-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Tested-by: Hin-Tak Leung <htl10@users.sourceforge.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtl8187_rtl8225.c