From: Larry Finger Date: Fri, 31 Oct 2008 16:54:13 +0000 (-0700) Subject: rtl8187: Remove msleep calls after calls to rtl8225_write X-Git-Tag: v2.6.29-rc1~581^2~742^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=946d1c22644a5de07efc1c847fb64bb0cf8f82f2;p=pandora-kernel.git 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 Tested-by: Herton Ronaldo Krzesinski Tested-by: Hin-Tak Leung Signed-off-by: John W. Linville --- Reading git-diff-tree failed