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

Commit 8f19a057 authored by Saurabh Ambulkar's avatar Saurabh Ambulkar Committed by Gerrit - the friendly Code Review server
Browse files

dcc_v2: suppress the log for dcc list on success



Suppress the log when dcc list on success.

Change-Id: I81de3e360f53e4a2935703c11caf04902b45105b
Signed-off-by: default avatarSaurabh Ambulkar <sambulka@codeaurora.org>
parent 98ed1806
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2015-2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2021, The Linux Foundation. All rights reserved.
 */

#include <linux/module.h>
@@ -603,7 +603,7 @@ static int dcc_valid_list(struct dcc_drvdata *drvdata, int curr_list)
		return -EINVAL;
	}

	dev_err(drvdata->dev, "DCC list passed %d\n", curr_list);
	dev_info(drvdata->dev, "DCC list passed %d\n", curr_list);
	return 0;
}