Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134207
b: refs/heads/master
c: e129a94
h: refs/heads/master
i:
  134205: 1fdfa11
  134203: 57d6aab
  134199: c460594
  134191: ed3acb4
  134175: 4c400d2
  134143: 2deca3f
v: v3
  • Loading branch information
Andrey Borzenkov authored and John W. Linville committed Jan 29, 2009
1 parent 63afaf1 commit eb4d205
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: 89ea40905fb48e2bf92211b57ab6be51c0797657
refs/heads/master: e129a948c906200db87727822559c09b62278824
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/orinoco/orinoco.c
Original file line number Diff line number Diff line change
Expand Up @@ -3604,7 +3604,7 @@ struct net_device
struct orinoco_private *priv;

dev = alloc_etherdev(sizeof(struct orinoco_private) + sizeof_card);
if (! dev)
if (!dev)
return NULL;
priv = netdev_priv(dev);
priv->ndev = dev;
Expand All @@ -3619,7 +3619,7 @@ struct net_device
dev->netdev_ops = &orinoco_netdev_ops;
dev->watchdog_timeo = HZ; /* 1 second timeout */
dev->ethtool_ops = &orinoco_ethtool_ops;
dev->wireless_handlers = (struct iw_handler_def *)&orinoco_handler_def;
dev->wireless_handlers = &orinoco_handler_def;
#ifdef WIRELESS_SPY
priv->wireless_data.spy_data = &priv->spy_data;
dev->wireless_data = &priv->wireless_data;
Expand Down

0 comments on commit eb4d205

Please sign in to comment.