소스 검색

Merge "qcedev: Remove excessive logging on failure"

qctecmdr 1 년 전
부모
커밋
a7f959ccdb
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      crypto-qti/qce50.c

+ 0 - 2
crypto-qti/qce50.c

@@ -3014,8 +3014,6 @@ static int _qce_sps_transfer(struct qce_device *pce_dev, int req_info)
 		pr_err("sps_xfr() fail (producer pipe=0x%lx) rc = %d\n",
 			(uintptr_t)pce_dev->ce_bam_info.producer[op].pipe, rc);
 ret:
-	if (rc)
-		_qce_dump_descr_fifos(pce_dev, req_info);
 	return rc;
 }