drivers/dma/dmaengine.c: lower the priority of 'failed to get' dma channel message
authorFabio Estevam <[email protected]>
Fri, 5 Oct 2012 00:11:16 +0000 (17:11 -0700)
committerLinus Torvalds <[email protected]>
Fri, 5 Oct 2012 18:04:36 +0000 (03:04 +0900)
commit0eb5a35801df3c438ce3fc91310a415ea4452c00
tree35dc186c3415a6ccd174a1196e8de45659ffdbd5
parent9957423f035c2071f6d1c5d2f095cdafbeb25ad7
drivers/dma/dmaengine.c: lower the priority of 'failed to get' dma channel message

Do the same as commit a03a202e95fd ("dmaengine: failure to get a
specific DMA channel is not critical") to get rid of the following
messages during kernel boot:

  dmaengine_get: failed to get dma1chan0: (-22)
  dmaengine_get: failed to get dma1chan1: (-22)
  dmaengine_get: failed to get dma1chan2: (-22)
  dmaengine_get: failed to get dma1chan3: (-22)
  ..

Signed-off-by: Fabio Estevam <[email protected]>
Cc: Vinod Koul <[email protected]>
Cc: Dan Williams <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/dma/dmaengine.c