[PATCH 0/4] correct onstack wait_queue_head declaration

From: Yong Zhang
Date: Fri Feb 05 2010 - 08:52:12 EST


Onstack wait_queue_head must be declared with
DECLARE_WAIT_QUEUE_HEAD_ONSTACK. Otherwise it will make lockdep
warn. So fix the wrong usage in this patchset.

BTW, I split it to 4 patches to send to different maintainer
though it's due to the same issue. If you have no objection
on this kind of fix, I can also send it in one patch for some
simplification.

Signed-off-by: Yong Zhang <yong.zhang0@xxxxxxxxx>

Yong Zhang (4):
dmaengine: correct onstack wait_queue_head declaration
[SCSI] bfa: correct onstack wait_queue_head declaration
V4L/DVB: gspca - sn9c20x: correct onstack wait_queue_head declaration
Staging: rt2860: correct onstack wait_queue_head declaration

drivers/dma/dmatest.c | 2 +-
drivers/media/video/gspca/sn9c20x.c | 2 +-
drivers/scsi/bfa/bfad_im.c | 4 ++--
drivers/staging/rt2860/rt_main_dev.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/