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

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

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

parents 11270368 a262736c
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
/*
/*
 * Copyright (c) 2017, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2018, 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
@@ -275,7 +275,7 @@ int clk_debug_measure_add(struct clk_hw *hw, struct dentry *dentry)
	if (clk_set_parent(measure->clk, hw->clk))
	if (clk_set_parent(measure->clk, hw->clk))
		return 0;
		return 0;


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