Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242105
b: refs/heads/master
c: 868e90d
h: refs/heads/master
i:
  242103: b932fcd
v: v3
  • Loading branch information
Tejun Heo authored and Mauro Carvalho Chehab committed Mar 22, 2011
1 parent f9b094d commit 6cc2a8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 7e270941c8f0a11224e383d3d38946451f66fbbf
refs/heads/master: 868e90d55c0eb6f3c5949c2a747714072c3e080a
5 changes: 0 additions & 5 deletions trunk/drivers/media/radio/radio-wl1273.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ struct wl1273_device {

/* RDS */
unsigned int rds_on;
struct delayed_work work;

wait_queue_head_t read_queue;
struct mutex lock; /* for serializing fm radio operations */
Expand Down Expand Up @@ -967,9 +966,6 @@ static int wl1273_fm_rds_off(struct wl1273_device *radio)
if (r)
goto out;

/* stop rds reception */
cancel_delayed_work(&radio->work);

/* Service pending read */
wake_up_interruptible(&radio->read_queue);

Expand Down Expand Up @@ -2171,7 +2167,6 @@ module_init(wl1273_fm_module_init);

static void __exit wl1273_fm_module_exit(void)
{
flush_scheduled_work();
platform_driver_unregister(&wl1273_fm_radio_driver);
pr_info(DRIVER_DESC ", Exiting.\n");
}
Expand Down

0 comments on commit 6cc2a8d

Please sign in to comment.