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

Commit a59316c6 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: dwc3: Initialize val,val1 with 0 as they can be used uninitialized"

parents 16d9cdc5 7b9f5aa1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2256,7 +2256,7 @@ static void dwc3_msm_block_reset(struct dwc3_msm *mdwc, bool core_reset)
static void dwc3_msm_power_collapse_por(struct dwc3_msm *mdwc)
{
	struct dwc3 *dwc = platform_get_drvdata(mdwc->dwc3);
	u32 val, val1;
	u32 val = 0, val1 = 0;
	int ret;

	/* Configure AHB2PHY for one wait state read/write */