From: Alan Stern Date: Fri, 11 Oct 2013 15:28:52 +0000 (-0400) Subject: USB: EHCI: use consistent NO_FRAME value X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91a99b5e78849db90dc2f5e8dfa034af43bdb760;p=pandora-kernel.git USB: EHCI: use consistent NO_FRAME value ehci-hcd is inconsistent in the sentinel values it uses to indicate that no frame number has been assigned for a periodic transfer. Some places it uses NO_FRAME (defined as 65535), other places it uses -1, and elsewhere it uses 9999. This patch defines a value for NO_FRAME which can fit in a 16-bit signed integer, and changes the code to use it everywhere. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed