linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove improper workqueue usage
@ 2016-07-16  9:10 Bhaktipriya Shridhar
  2016-07-16  9:11 ` [PATCH 1/2] [media] cx25821: Drop Freeing of Workqueue Bhaktipriya Shridhar
  2016-07-16  9:13 ` [PATCH 2/2] [media] cx25821: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar
  0 siblings, 2 replies; 5+ messages in thread
From: Bhaktipriya Shridhar @ 2016-07-16  9:10 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Geunyoung Kim, Junghak Sung, Hans Verkuil,
	Inki Dae
  Cc: linux-media, linux-kernel, Tejun Heo

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 | 13 ++-----------
 drivers/media/pci/cx25821/cx25821.h                |  1 -
 2 files changed, 2 insertions(+), 12 deletions(-)

--
2.1.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-18 23:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-16  9:10 [PATCH 0/2] Remove improper workqueue usage Bhaktipriya Shridhar
2016-07-16  9:11 ` [PATCH 1/2] [media] cx25821: Drop Freeing of Workqueue Bhaktipriya Shridhar
2016-07-18 23:55   ` Tejun Heo
2016-07-16  9:13 ` [PATCH 2/2] [media] cx25821: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar
2016-07-18 23:56   ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).