Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205640
b: refs/heads/master
c: bb71770
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina authored and Greg Kroah-Hartman committed Jun 18, 2010
1 parent dbb8504 commit f41adbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 5749df14aef6d3fd7146f17e4f0c61526a53766e
refs/heads/master: bb71770cdb19f2cabb77afb329025ba460d05ebc
9 changes: 0 additions & 9 deletions trunk/drivers/staging/rtl8192su/r8192SU_led.c
Original file line number Diff line number Diff line change
Expand Up @@ -1087,22 +1087,13 @@ BlinkTimerCallback(
struct net_device *dev = (struct net_device *)data;
struct r8192_priv *priv = ieee80211_priv(dev);

#if LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0)
schedule_work(&(priv->BlinkWorkItem));
#endif
}


#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,20)
void BlinkWorkItemCallback(struct work_struct *work)
{
struct r8192_priv *priv = container_of(work, struct r8192_priv, BlinkWorkItem);
#else
void BlinkWorkItemCallback(void * Context)
{
struct net_device *dev = (struct net_device *)Context;
struct r8192_priv *priv = ieee80211_priv(dev);
#endif

PLED_819xUsb pLed = priv->pLed;

Expand Down

0 comments on commit f41adbe

Please sign in to comment.