Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363342
b: refs/heads/master
c: 8c4e583
h: refs/heads/master
v: v3
  • Loading branch information
Kurt Kanzenbach authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent 1408da9 commit f6408e6
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 5037307d51636e7c784ceef8aa23e0c074d429a7
refs/heads/master: 8c4e58348b79d826076b7062ead4b9d828773a7f
6 changes: 4 additions & 2 deletions trunk/drivers/staging/usbip/stub_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,10 @@ static ssize_t store_sockfd(struct device *dev, struct device_attribute *attr,

spin_unlock_irq(&sdev->ud.lock);

sdev->ud.tcp_rx = kthread_get_run(stub_rx_loop, &sdev->ud, "stub_rx");
sdev->ud.tcp_tx = kthread_get_run(stub_tx_loop, &sdev->ud, "stub_tx");
sdev->ud.tcp_rx = kthread_get_run(stub_rx_loop, &sdev->ud,
"stub_rx");
sdev->ud.tcp_tx = kthread_get_run(stub_tx_loop, &sdev->ud,
"stub_tx");

spin_lock_irq(&sdev->ud.lock);
sdev->ud.status = SDEV_ST_USED;
Expand Down

0 comments on commit f6408e6

Please sign in to comment.