Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264898
b: refs/heads/master
c: 7a01f49
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Greg Kroah-Hartman committed Aug 22, 2011
1 parent 97229f1 commit d8e18cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 6477acc0814fc7aadfe3d723d2596fb4eb6d1732
refs/heads/master: 7a01f496c5218d98ea4542f74fccb60c23b6185c
6 changes: 3 additions & 3 deletions trunk/drivers/usb/host/isp1362-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2358,7 +2358,7 @@ static int isp1362_hc_reset(struct usb_hcd *hcd)
unsigned long flags;
int clkrdy = 0;

pr_info("%s:\n", __func__);
pr_debug("%s:\n", __func__);

if (isp1362_hcd->board && isp1362_hcd->board->reset) {
isp1362_hcd->board->reset(hcd->self.controller, 1);
Expand Down Expand Up @@ -2395,7 +2395,7 @@ static void isp1362_hc_stop(struct usb_hcd *hcd)
unsigned long flags;
u32 tmp;

pr_info("%s:\n", __func__);
pr_debug("%s:\n", __func__);

del_timer_sync(&hcd->rh_timer);

Expand Down Expand Up @@ -2523,7 +2523,7 @@ static int isp1362_hc_start(struct usb_hcd *hcd)
u16 chipid;
unsigned long flags;

pr_info("%s:\n", __func__);
pr_debug("%s:\n", __func__);

spin_lock_irqsave(&isp1362_hcd->lock, flags);
chipid = isp1362_read_reg16(isp1362_hcd, HCCHIPID);
Expand Down

0 comments on commit d8e18cf

Please sign in to comment.