iop-adma: fix lockdep false positive
authorDan Williams <dan.j.williams@intel.com>
Tue, 14 Jul 2009 20:38:29 +0000 (13:38 -0700)
committerDan Williams <dan.j.williams@intel.com>
Sun, 30 Aug 2009 02:12:39 +0000 (19:12 -0700)
lockdep correctly identifies a potential recursive locking case for
iop_chan->lock, but in the dependency submission case we expect that the same
class will be acquired for both the parent dependency and the child channel.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/dma/iop-adma.c

Simple merge