[PATCH 14/21] ARM: tegra: irq: Add debugfs file to show wake irqs
Stephen Boyd
sboyd at codeaurora.org
Mon Dec 6 16:07:30 EST 2010
On 12/05/2010 03:09 PM, Colin Cross wrote:
> +static int __init tegra_irq_debug_init(void)
> +{
> + struct dentry *d;
> +
> + d = debugfs_create_file("wake_irq", 0755, NULL, NULL,
> + &tegra_wake_irq_debug_fops);
Why not use S_IRUGO? And why is this file executable?
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
More information about the linux-arm-kernel
mailing list