Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1449553

[PATCH v2 0/2] Remove improper workqueue usage

From Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/2] Remove improper workqueue usage
Date 2016-07-25 17:00 +0200
Message-ID <rYPwm-5P2-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch set fixes the improper usage of the workqueue API.
This includes dropping the freeing of workqueue and removing the
deprecated create_singlethread_workqueue instance.

Bhaktipriya Shridhar (2):
  [media] cx25821: Drop Freeing of Workqueue
  [media] cx25821: Remove deprecated create_singlethread_workqueue

 drivers/media/pci/cx25821/cx25821-audio-upstream.c | 14 ++------------
 drivers/media/pci/cx25821/cx25821.h                |  1 -
 2 files changed, 2 insertions(+), 13 deletions(-)

--
2.1.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] Remove improper workqueue usage Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-07-25 17:00 +0200
  [PATCH v2 1/2] [media] cx25821: Drop Freeing of Workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-07-25 17:00 +0200
    Re: [PATCH v2 1/2] [media] cx25821: Drop Freeing of Workqueue Tejun Heo <tj@kernel.org> - 2016-07-25 21:10 +0200
  [PATCH v2 2/2] [media] cx25821: Remove deprecated  create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-07-25 17:10 +0200

csiph-web