Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79037
b: refs/heads/master
c: 6f8a4da
h: refs/heads/master
i:
  79035: 4185f3c
v: v3
  • Loading branch information
Larry Finger authored and David S. Miller committed Jan 28, 2008
1 parent 3e83f7f commit f9345e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 61af43c56bef2cfcb8f1d9aab4e766e0f7bdd893
refs/heads/master: 6f8a4da17ea2c8467f88a586ae1d6fcfe2c66222
6 changes: 0 additions & 6 deletions trunk/drivers/net/wireless/rt2x00/rt2x00rfkill.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@ int rt2x00rfkill_allocate(struct rt2x00_dev *rt2x00dev)
rt2x00dev->poll_dev->poll = rt2x00rfkill_poll;
rt2x00dev->poll_dev->poll_interval = RFKILL_POLL_INTERVAL;

rt2x00dev->poll_dev->input = input_allocate_device();
if (!rt2x00dev->poll_dev->input) {
ERROR(rt2x00dev, "Failed to allocate input device.\n");
goto exit_free_polldev;
}

rt2x00dev->poll_dev->input->name = rt2x00dev->ops->name;
rt2x00dev->poll_dev->input->phys = wiphy_name(rt2x00dev->hw->wiphy);
rt2x00dev->poll_dev->input->id.bustype = BUS_HOST;
Expand Down

0 comments on commit f9345e5

Please sign in to comment.