Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8678
b: refs/heads/master
c: bc50651
h: refs/heads/master
v: v3
  • Loading branch information
Pete Zaitcev authored and Greg Kroah-Hartman committed Sep 12, 2005
1 parent e25f462 commit 6f845a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0f36163d3abefbda1b21a330b3fdf3c2dc076d94
refs/heads/master: bc506517ec5dcc638eaa55672d5a924c1e2a2d0b
2 changes: 1 addition & 1 deletion trunk/drivers/usb/mon/mon_text.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static inline char mon_text_get_setup(struct mon_event_text *ep,
return '-';

if (urb->transfer_flags & URB_NO_SETUP_DMA_MAP)
return 'D';
return mon_dmapeek(ep->setup, urb->setup_dma, SETUP_MAX);
if (urb->setup_packet == NULL)
return 'Z'; /* '0' would be not as pretty. */

Expand Down

0 comments on commit 6f845a8

Please sign in to comment.