Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205836
b: refs/heads/master
c: 11ed935
h: refs/heads/master
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Greg Kroah-Hartman committed Jul 8, 2010
1 parent 5df2c9b commit 814688b
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: 37157cc4b72b816d226380fa3635eb6cab10c0da
refs/heads/master: 11ed93566f829130e596555ad0784a44587b4145
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rt2860/common/rtmp_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ int RtmpTimerQThread(IN void *Context)
struct rt_rtmp_os_task *pTask;
struct rt_rtmp_adapter *pAd;

pTask = (struct rt_rtmp_os_task *)Context;
pAd = (struct rt_rtmp_adapter *)pTask->priv;
pTask = Context;
pAd = pTask->priv;

RtmpOSTaskCustomize(pTask);

Expand Down

0 comments on commit 814688b

Please sign in to comment.