Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296309
b: refs/heads/master
c: 3f878db
h: refs/heads/master
i:
  296307: c86bd4a
v: v3
  • Loading branch information
Russell King committed Mar 24, 2012
1 parent a3a284b commit cd4786c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 9cb0f819eb88f573703e9a73d9883febcfcfa1c3
refs/heads/master: 3f878dbcd6ca4bbdbac0a1380d25161a7ba610ab
6 changes: 2 additions & 4 deletions trunk/drivers/usb/host/ohci-sa1111.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ static int sa1111_start_hc(struct sa1111_dev *dev)
unsigned int usb_rst = 0;
int ret;

printk(KERN_DEBUG "%s: starting SA-1111 OHCI USB Controller\n",
__FILE__);
dev_dbg(&dev->dev, "starting SA-1111 OHCI USB Controller\n");

if (machine_is_xp860() ||
machine_has_neponset() ||
Expand Down Expand Up @@ -81,8 +80,7 @@ static void sa1111_stop_hc(struct sa1111_dev *dev)
{
unsigned int usb_rst;

printk(KERN_DEBUG "%s: stopping SA-1111 OHCI USB Controller\n",
__FILE__);
dev_dbg(&dev->dev, "stopping SA-1111 OHCI USB Controller\n");

/*
* Put the USB host controller into reset.
Expand Down

0 comments on commit cd4786c

Please sign in to comment.