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

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

Merge "clk: clk-debug: Update file permission for clk_measure debugfs"

parents 0395f01d 2a3849b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2016, The Linux Foundation. All rights reserved. */
/* Copyright (c) 2016, 2019, The Linux Foundation. All rights reserved. */

#include <linux/clk.h>
#include <linux/export.h>
@@ -269,7 +269,7 @@ void clk_debug_measure_add(struct clk_hw *hw, struct dentry *dentry)
		return;
	}

	debugfs_create_file("clk_measure", 0x444, dentry, hw,
	debugfs_create_file("clk_measure", 0444, dentry, hw,
					&clk_measure_fops);
}
EXPORT_SYMBOL(clk_debug_measure_add);