Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325836
b: refs/heads/master
c: 26f944b
h: refs/heads/master
v: v3
  • Loading branch information
Kishon Vijay Abraham I authored and Greg Kroah-Hartman committed Aug 16, 2012
1 parent 44befd0 commit 0aa3fea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 100d45970327f78584ff4846deeca14bba511e28
refs/heads/master: 26f944b2716717aa243f16cd2181f80441153f0d
4 changes: 2 additions & 2 deletions trunk/include/linux/usb/hcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ struct usb_hcd {

unsigned int irq; /* irq allocated */
void __iomem *regs; /* device memory/io */
u64 rsrc_start; /* memory/io resource start */
u64 rsrc_len; /* memory/io resource length */
resource_size_t rsrc_start; /* memory/io resource start */
resource_size_t rsrc_len; /* memory/io resource length */
unsigned power_budget; /* in mA, 0 = no limit */

/* bandwidth_mutex should be taken before adding or removing
Expand Down

0 comments on commit 0aa3fea

Please sign in to comment.