Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd2834c1 authored by Zhen Kong's avatar Zhen Kong Committed by AnilKumar Chimata
Browse files

crypto: msm: change dev_err messages to dev_warn for reaper worker



Change error log message about reaper worker to warn message to
reduce the excessive logging.

Change-Id: Ib0e26ad1f1a243c2085c0b418cdae121b260196c
Signed-off-by: default avatarZhen Kong <zkong@codeaurora.org>
parent a139b778
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -560,7 +560,7 @@ static void qcrypto_bw_reaper_work(struct work_struct *work)
		/* check if engine is stuck */
		if (pengine->req) {
			if (pengine->check_flag)
				dev_err(&pengine->pdev->dev,
				dev_warn(&pengine->pdev->dev,
				"The engine appears to be stuck seq %d req %p.\n",
				active_seq, pengine->req);
			pengine->check_flag = false;