]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "dmaengine: Add a warning for drivers not using the generic slave caps retrieval"
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Apr 2015 20:46:07 +0000 (13:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Apr 2015 20:46:07 +0000 (13:46 -0700)
commitebab1b83a0fd6450868570d2b712bb184ebcc0c8
tree6646330d89ff8094e3c452031c83db24e51ef6ec
parenta23e1c3985dc76ae68eb7794a0c6b60e6d9d6c3f
Revert "dmaengine: Add a warning for drivers not using the generic slave caps retrieval"

This reverts commit e1d6d8ca9bca8db8281631bc081cd7d2f39a75ab.

It added a new warning to try to encourage driver writers to set the
device capabities properly, but drivers haven't been updated and in the
meantime it just generaters a scary message that users cannot actually
do anything about.

Warnings like these are appropriate if you actually expect to fix the
code that causes them.  They are not appropriate for releases.

Requested-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/dma/dmaengine.c