[PATCH v2 15/28] ARM: tegra: irq: Add debugfs file to show wake irqs
From: Stephen Boyd <hidden>
Date: 2011-01-27 19:45:08
Also in:
lkml
From: Stephen Boyd <hidden>
Date: 2011-01-27 19:45:08
Also in:
lkml
On 01/23/2011 06:01 PM, Colin Cross wrote:
+static int __init tegra_irq_debug_init(void)
+{
+ struct dentry *d;
+
+ d = debugfs_create_file("wake_irq", S_IRUGO, NULL, NULL,
+ &tegra_wake_irq_debug_fops);
+ if (!d) {
+ pr_info("Failed to create suspend_mode debug file\n");Does this want to be a pr_err()? -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.