Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354558
b: refs/heads/master
c: a8ffa0b
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Hubner authored and Greg Kroah-Hartman committed Jan 12, 2013
1 parent adea51f commit 51871d0
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: f8be6bfc5da027952e827a503e747fde5393adcc
refs/heads/master: a8ffa0be04d04b01e2a7fd116bc3763940753643
4 changes: 2 additions & 2 deletions trunk/drivers/usb/serial/keyspan.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ static void usa26_indat_callback(struct urb *urb)
endpoint = usb_pipeendpoint(urb->pipe);

if (status) {
dev_dbg(&urb->dev->dev,"%s - nonzero status: %x on endpoint %d.\n",
dev_dbg(&urb->dev->dev, "%s - nonzero status: %x on endpoint %d.\n",
__func__, status, endpoint);
return;
}
Expand Down Expand Up @@ -532,7 +532,7 @@ static void usa28_instat_callback(struct urb *urb)

/*
dev_dbg(&urb->dev->dev,
"%s %x %x %x %x %x %x %x %x %x %x %x %x", __func__,
"%s %x %x %x %x %x %x %x %x %x %x %x %x", __func__,
data[0], data[1], data[2], data[3], data[4], data[5],
data[6], data[7], data[8], data[9], data[10], data[11]);
*/
Expand Down

0 comments on commit 51871d0

Please sign in to comment.