From: Marcus Overhagen Date: Mon, 3 Jun 2013 18:14:01 +0000 (+0200) Subject: staging: rts5139: Fix SD card detection on Samsung NP730U3E Ultrabook X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~324 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5c141dfe737706d8bd57f40b4a9a8818c5ce4de;p=pandora-kernel.git staging: rts5139: Fix SD card detection on Samsung NP730U3E Ultrabook The timeout detection implemented in this driver isn't very robust. Although the USB interrupt transfer was successful, the polling thread often reported timeouts because the 50ms had expired before it got scheduled, and the SD card wasn't detected. Increasing it to 100ms, as used in other places of this driver, makes it work. Signed-off-by: Marcus Overhagen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed