Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337487
b: refs/heads/master
c: 984a4a0
h: refs/heads/master
i:
  337485: acac1e3
  337483: b88acbf
  337479: ccb4169
  337471: 3f8fce7
v: v3
  • Loading branch information
Xiaotian Feng authored and Greg Kroah-Hartman committed Oct 31, 2012
1 parent 35c7752 commit c32e393
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: 5df395404b43cfd111c36822b2e691619a408024
refs/heads/master: 984a4a0378f609fc943e77d1beda900e8a6abaaf
4 changes: 2 additions & 2 deletions trunk/drivers/staging/ozwpan/ozhcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2304,8 +2304,8 @@ int oz_hcd_init(void)
*/
void oz_hcd_term(void)
{
tasklet_disable(&g_urb_process_tasklet);
tasklet_disable(&g_urb_cancel_tasklet);
tasklet_kill(&g_urb_process_tasklet);
tasklet_kill(&g_urb_cancel_tasklet);
platform_device_unregister(g_plat_dev);
platform_driver_unregister(&g_oz_plat_drv);
oz_trace("Pending urbs:%d\n", atomic_read(&g_pending_urbs));
Expand Down

0 comments on commit c32e393

Please sign in to comment.