From: Pete Zaitcev Date: Sat, 19 Apr 2008 21:32:18 +0000 (-0700) Subject: ub: Fix timeouts X-Git-Tag: v2.6.26-rc1~11^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c51ae70ede5a90d8ccb67d965c1b4e20fc4e110;p=pandora-kernel.git ub: Fix timeouts The wodim says: "close track/session scsi sendcmd: cmd timeout after 5.000 (480) s" This happened because we ignored the supplied timeout and used 5s. It's not completely correct to apply a timeout meant for the complete command to any single URB, but we don't have many URBs per command, so this is simple and works. Signed-off-by: Pete Zaitcev Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed