commit | 7ea0a2bcfe40b1c525e63e931b7142ab22b64269 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Thu Mar 05 11:01:11 2009 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Mar 24 16:20:36 2009 -0700 |
tree | 90f5853d6a4685a00baf895eafe1098bb8e19f3c | |
parent | 66760169492445395c530c812443f58e2cfdb3dc [diff] |
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 <stern@rowland.harvard.edu> Cc: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>