Commit 66a639cb authored by Rob Clark's avatar Rob Clark Committed by Andrzej Hajda

drm/bridge: ti-sn65dsi86: use dev name for debugfs

This should be more future-proof if we ever encounter a device with two
of these bridges.
Suggested-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190706203105.7810-1-robdclark@gmail.com
parent 0a869e8d
...@@ -182,7 +182,7 @@ DEFINE_SHOW_ATTRIBUTE(status); ...@@ -182,7 +182,7 @@ DEFINE_SHOW_ATTRIBUTE(status);
static void ti_sn_debugfs_init(struct ti_sn_bridge *pdata) static void ti_sn_debugfs_init(struct ti_sn_bridge *pdata)
{ {
pdata->debugfs = debugfs_create_dir("ti_sn65dsi86", NULL); pdata->debugfs = debugfs_create_dir(dev_name(pdata->dev), NULL);
debugfs_create_file("status", 0600, pdata->debugfs, pdata, debugfs_create_file("status", 0600, pdata->debugfs, pdata,
&status_fops); &status_fops);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment