drivers/usb annotations and fixes
* endianness annotations * endianness fixes * missing get_unaligned/put_unaligned It's pretty much all over the place, changes to different files are independent. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Serial-parts-Acked-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
@@ -398,7 +398,7 @@ static void qh_lines (
|
||||
unsigned size = *sizep;
|
||||
char *next = *nextp;
|
||||
char mark;
|
||||
u32 list_end = EHCI_LIST_END(ehci);
|
||||
__le32 list_end = EHCI_LIST_END(ehci);
|
||||
|
||||
if (qh->hw_qtd_next == list_end) /* NEC does this */
|
||||
mark = '@';
|
||||
|
Reference in New Issue
Block a user