Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14348
b: refs/heads/master
c: cca2362
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman authored and Linus Torvalds committed Nov 17, 2005
1 parent 4f9a6a9 commit 9385217
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: 1a7ec1a6a1df63aab9a1fa6174bd704241329805
refs/heads/master: cca2362c64429283d384df5b4cb948dcd6e8127b
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/dummy_hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ static int dummy_udc_suspend (struct platform_device *dev, pm_message_t state)
set_link_state (dum);
spin_unlock_irq (&dum->lock);

dev->power.power_state = state;
dev->dev.power.power_state = state;
usb_hcd_poll_rh_status (dummy_to_hcd (dum));
return 0;
}
Expand Down Expand Up @@ -1904,7 +1904,7 @@ static int dummy_hcd_probe (struct platform_device *dev)
struct usb_hcd *hcd;
int retval;

dev_info (dev, "%s, driver " DRIVER_VERSION "\n", driver_desc);
dev_info(&dev->dev, "%s, driver " DRIVER_VERSION "\n", driver_desc);

hcd = usb_create_hcd (&dummy_hcd, &dev->dev, dev->dev.bus_id);
if (!hcd)
Expand Down

0 comments on commit 9385217

Please sign in to comment.