Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304405
b: refs/heads/master
c: 15a89dc
h: refs/heads/master
i:
  304403: ab772d3
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 23, 2012
1 parent 64ccc75 commit 03d94ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 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: c46b8a6567fb6e0119cb22819aa65faf8d101a2f
refs/heads/master: 15a89dc83bad5c22a02bd292cf87d72dacb7dcb3
19 changes: 0 additions & 19 deletions trunk/drivers/staging/line6/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1315,25 +1315,6 @@ static int __init line6_init(void)
*/
static void __exit line6_exit(void)
{
int i;
struct usb_line6 *line6;
struct snd_line6_pcm *line6pcm;

/* stop all PCM channels */
for (i = LINE6_MAX_DEVICES; i--;) {
line6 = line6_devices[i];

if (line6 == NULL)
continue;

line6pcm = line6->line6pcm;

if (line6pcm == NULL)
continue;

line6_pcm_release(line6pcm, ~0);
}

usb_deregister(&line6_driver);
}

Expand Down

0 comments on commit 03d94ac

Please sign in to comment.