From: Alan Stern Date: Thu, 5 Mar 2009 16:01:11 +0000 (-0500) Subject: USB: uhci: don't use pseudo negative values X-Git-Tag: v2.6.30-rc1~670^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ea0a2bcfe40b1c525e63e931b7142ab22b64269;p=pandora-kernel.git USB: uhci: don't use pseudo negative values The code in uhci-q.c doesn't have to use pseudo-negative values. I did it that way because it was easy and because it would give the expected output during debugging. But it doesn't have to work that way. Here's another approach. Signed-off-by: Alan Stern Cc: Roel Kluin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed