From: Alan Stern Date: Wed, 12 Nov 2008 22:02:57 +0000 (-0500) Subject: USB: EHCI: fix divide-by-zero bug X-Git-Tag: v2.6.27.7~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b060be07052aa48ff66879c0c47d40d2bbd2c698;p=pandora-kernel.git USB: EHCI: fix divide-by-zero bug commit 372dd6e8ed924e876f3beb598721e813ad7fa323 upstream. This patch (as1164) fixes a bug in the EHCI scheduler. The interval value it uses is already in linear format, not logarithmically coded. The existing code can sometimes crash the system by trying to divide by zero. Signed-off-by: Alan Stern Cc: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed