From: Alan Stern Date: Wed, 30 Nov 2005 16:57:51 +0000 (-0500) Subject: [PATCH] USB: UHCI: change uhci_explen macro X-Git-Tag: v2.6.16-rc1~474^2~22^2~10^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa3465689f93331834a831bbe98e3863701e1068;p=pandora-kernel.git [PATCH] USB: UHCI: change uhci_explen macro This patch (as616) changed the uhci_explen macro in uhci-hcd.h so that it now accepts the desired length, rather than length - 1 with special handling for 0. This also fixes a minor bug that would show up only when a driver submits a 0-length bulk URB. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed