소스 검색

qcacmn: Remove unused local variable mon_soc to fix compiling issue

Remove unused local variable mon_soc in the dp_pktlogmod_exit to
address the compiling issue when PKT log enabled.

Change-Id: I5de03433603988e6f8125285a58c141551d7a149
CRs-Fixed: 3225370
Tiger Yu 3 년 전
부모
커밋
89e38bb46b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      dp/wifi3.0/monitor/dp_mon.c

+ 0 - 1
dp/wifi3.0/monitor/dp_mon.c

@@ -1201,7 +1201,6 @@ void dp_pktlogmod_exit(struct dp_pdev *pdev)
 {
 	struct dp_soc *soc = pdev->soc;
 	struct hif_opaque_softc *scn = soc->hif_handle;
-	struct dp_mon_soc *mon_soc = soc->monitor_soc;
 	struct dp_mon_pdev *mon_pdev = pdev->monitor_pdev;
 
 	if (!scn) {