fthd/debugfs: Ooops

Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
This commit is contained in:
Patrik Jakobsson
2016-06-11 19:55:57 +02:00
parent b2c0634371
commit 6d8919457f

View File

@@ -208,9 +208,9 @@ int fthd_debugfs_init(struct fthd_private *dev_priv)
debugfs_create_devm_seqfile(&dev_priv->pdev->dev,
"channel_buf_t2h", d,
seq_channel_buf_t2h_read);
debugfs_create_devm_seqfile(&dev_priv->pdev->dev,"
channel_debug",
d, seq_channel_debug_read);
debugfs_create_devm_seqfile(&dev_priv->pdev->dev,
"channel_debug", d,
seq_channel_debug_read);
debugfs_create_file("debug", S_IRUSR | S_IWUSR, d, dev_priv,
&fops_debug);
dev_priv->debugfs = top;