Skip to content

Commit

Permalink
Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Rothwell committed Aug 1, 2023
2 parents 2df75d0 + 994def2 commit c021380
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/ntb/test/ntb_tool.c
Original file line number Diff line number Diff line change
Expand Up @@ -1495,8 +1495,6 @@ static void tool_setup_dbgfs(struct tool_ctx *tc)

tc->dbgfs_dir = debugfs_create_dir(dev_name(&tc->ntb->dev),
tool_dbgfs_topdir);
if (!tc->dbgfs_dir)
return;

debugfs_create_file("port", 0600, tc->dbgfs_dir,
tc, &tool_port_fops);
Expand Down

0 comments on commit c021380

Please sign in to comment.