Revert "dmaengine: Add a warning for drivers not using the generic slave caps retrieval"

This reverts commit ecc19d17868be9c9f8f00ed928791533c420f3e0.

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>

Changed files
-3
drivers
-3
drivers/dma/dmaengine.c
··· 859 859 BUG_ON(!device->device_issue_pending); 860 860 BUG_ON(!device->dev); 861 861 862 - WARN(dma_has_cap(DMA_SLAVE, device->cap_mask) && !device->directions, 863 - "this driver doesn't support generic slave capabilities reporting\n"); 864 - 865 862 /* note: this only matters in the 866 863 * CONFIG_ASYNC_TX_ENABLE_CHANNEL_SWITCH=n case 867 864 */