]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dw_dmac: change dev_crit to dev_WARN in dwc_handle_error
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 18 Oct 2012 14:34:11 +0000 (17:34 +0300)
committerVinod Koul <vinod.koul@intel.com>
Tue, 8 Jan 2013 06:04:52 +0000 (22:04 -0800)
commitba84bd7146b9244de0ce04cdc668521a73f5336f
treeebeed6c0fa714c7efdba2e72c2f5f4a3f8ed6d21
parent6168d5670bd764557b5e06b1842964a44cf34a45
dw_dmac: change dev_crit to dev_WARN in dwc_handle_error

In case of handling a bad descriptor the dwc_handle_error() will dump a stack
as well. It's a lot more verbose and more likely to get user's attention.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/dma/dw_dmac.c