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

Commit cfa80d35 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: Changing return condition after NULL check"

parents 13879a35 e2f57325
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1428,8 +1428,8 @@ static int32_t msm_sensor_driver_i2c_probe(struct i2c_client *client,
				rc);
			goto FREE_S_CTRL;
		}
		return rc;
	}
	return rc;
FREE_S_CTRL:
	kfree(s_ctrl);
	return rc;