]> asedeno.scripts.mit.edu Git - linux.git/commit
dmaengine: Replace WARN_TAINT_ONCE() with pr_warn_once()
authorPrarit Bhargava <prarit@redhat.com>
Tue, 13 Jun 2017 16:56:34 +0000 (12:56 -0400)
committerVinod Koul <vinod.koul@intel.com>
Thu, 15 Jun 2017 04:20:37 +0000 (09:50 +0530)
commit036e9ef8becde736e693be4f4bef56d5b56fc298
tree6ae40ac142939f1ea4c3f9881d23914743648091
parent838b56adab18040657ec40322fd01d6ebf312ee7
dmaengine: Replace WARN_TAINT_ONCE() with pr_warn_once()

The WARN_TAINT_ONCE() prints out a loud stack trace on broken BIOSes.
The systems that have this problem are several years out of support and
no longer have BIOS updates available.  The stack trace isn't necessary
and a pr_warn_once() will do.

Change WARN_TAINT_ONCE() to pr_warn_once() and taint.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Vinod Koul <vinod.koul@intel.com>
Cc: Duyck, Alexander H <alexander.h.duyck@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/ioat/dca.c