Files
linux-apfs/drivers/usb/host
Dan Carpenter 22e0487047 USB: xhci: unsigned char never equals -1
There were some places that compared port_speed == -1 where port_speed
is a u8.  This doesn't work unless we cast the -1 to u8.  Some places
did it correctly.

Instead of using -1 directly, I've created a DUPLICATE_ENTRY define
which does the cast and is more descriptive as well.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
2011-04-13 16:19:47 -07:00
..
2011-03-31 11:26:23 -03:00
2011-03-13 18:07:11 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-13 18:07:11 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-13 18:07:11 -07:00
2011-03-07 12:15:21 -08:00
2010-11-01 17:01:27 -04:00
2011-03-31 11:26:23 -03:00
2011-03-13 18:07:11 -07:00
2011-03-13 18:07:11 -07:00
2011-03-13 18:07:11 -07:00
2011-03-31 11:26:23 -03:00