Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141757
b: refs/heads/master
c: 4717b03
h: refs/heads/master
i:
  141755: 509dd40
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent a3f1e67 commit eb08920
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 705ececd1c60d0f5d6ef2a719008847883516970
refs/heads/master: 4717b03b56fedd1c44fe6a0701cd4e36e97efbab
3 changes: 2 additions & 1 deletion trunk/drivers/staging/line6/audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ int line6_init_audio(struct usb_line6 *line6)

strcpy(card->driver, DRIVER_NAME);
strcpy(card->shortname, "Line6-USB");
sprintf(card->longname, "Line6 %s at USB %s", line6->properties->name, line6->ifcdev->bus_id); /* 80 chars - see asound.h */
sprintf(card->longname, "Line6 %s at USB %s", line6->properties->name,
dev_name(line6->ifcdev)); /* 80 chars - see asound.h */
return 0;
}

Expand Down

0 comments on commit eb08920

Please sign in to comment.