Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354581
b: refs/heads/master
c: 9bc5d12
h: refs/heads/master
i:
  354579: 6ce6c56
v: v3
  • Loading branch information
Woody Suwalski authored and Greg Kroah-Hartman committed Jan 24, 2013
1 parent 3aa96ea commit 22b0618
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 13996ca7afd5b5d7980ea013b00e3ef7cf2cefd0
refs/heads/master: 9bc5d12620cb88aa7df4700980f8106d0e66a9dc
4 changes: 0 additions & 4 deletions trunk/drivers/usb/host/uhci-hcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,6 @@ struct uhci_qh {
#define TD_CTRL_BITSTUFF (1 << 17) /* Bit Stuff Error */
#define TD_CTRL_ACTLEN_MASK 0x7FF /* actual length, encoded as n - 1 */

#define TD_CTRL_ANY_ERROR (TD_CTRL_STALLED | TD_CTRL_DBUFERR | \
TD_CTRL_BABBLE | TD_CTRL_CRCTIME | \
TD_CTRL_BITSTUFF)

#define uhci_maxerr(err) ((err) << TD_CTRL_C_ERR_SHIFT)
#define uhci_status_bits(ctrl_sts) ((ctrl_sts) & 0xF60000)
#define uhci_actual_length(ctrl_sts) (((ctrl_sts) + 1) & \
Expand Down

0 comments on commit 22b0618

Please sign in to comment.