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

Commit a4bedb90 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: iommu, leds, input, clk, devfreq: fix warnings." into msm-4.8

parents 25c9b41d 1f6c7da0
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * it under the terms of the GNU General Public License version 2 and
@@ -317,7 +317,7 @@ int dsi_pll_enable_seq_8996(struct mdss_pll_resources *pll)


static int dsi_pll_enable(struct clk *c)
static int dsi_pll_enable(struct clk *c)
{
{
	int i, rc;
	int i, rc = 0;
	struct dsi_pll_vco_clk *vco = to_vco_clk(c);
	struct dsi_pll_vco_clk *vco = to_vco_clk(c);
	struct mdss_pll_resources *pll = vco->priv;
	struct mdss_pll_resources *pll = vco->priv;