public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] remove unnecessary work pending test
@ 2013-09-06 11:01 Xie XiuQi
  2013-09-06 11:02 ` [PATCH 1/5] iio: adc: " Xie XiuQi
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Xie XiuQi @ 2013-09-06 11:01 UTC (permalink / raw)
  To: Jonathan Cameron, Dmitry Torokhov, Dmitry Torokhov,
	Thomas Gleixner, Andres Salomon, Chris Ball, Jon Nettleton,
	Andrew Morton, Nadia Derbey
  Cc: linux-kernel@vger.kernel.org, Li Bin, Tejun Heo

There's no need to test whether a (delayed) work item in pending
before queueing, flushing or cancelling it. It has been tested in
queue_work_on() already. No functional changed.

Xie XiuQi (5):
  iio: adc: remove unnecessary work pending test
  input: remove unnecessary work pending test
  lib: remove unnecessary work pending test
  staging: olpc_dcon: remove unnecessary work pending test
  ipc: input: remove unnecessary work pending test

 drivers/input/touchscreen/cyttsp4_core.c | 3 +--
 drivers/staging/iio/adc/ad7606_core.c    | 7 +++----
 drivers/staging/olpc_dcon/olpc_dcon.c    | 2 +-
 ipc/util.c                               | 4 +---
 lib/debugobjects.c                       | 2 +-
 5 files changed, 7 insertions(+), 11 deletions(-)

-- 
1.8.2.2



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

end of thread, other threads:[~2013-09-09 20:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-06 11:01 [PATCH 0/5] remove unnecessary work pending test Xie XiuQi
2013-09-06 11:02 ` [PATCH 1/5] iio: adc: " Xie XiuQi
2013-09-06 15:20   ` Tejun Heo
2013-09-07 20:44     ` Jonathan Cameron
     [not found]       ` <522DE7F4.1050202@analog.com>
2013-09-09 21:14         ` Jonathan Cameron
2013-09-06 11:03 ` [PATCH 2/5] input: " Xie XiuQi
2013-09-06 15:21   ` Tejun Heo
2013-09-06 11:05 ` [PATCH 3/5] lib: " Xie XiuQi
2013-09-06 15:22   ` Tejun Heo
2013-09-06 11:06 ` [PATCH 4/5] staging: olpc_dcon: " Xie XiuQi
2013-09-06 15:24   ` Tejun Heo
2013-09-06 11:07 ` [PATCH 5/5] ipc: " Xie XiuQi
2013-09-06 15:25   ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox