Skip to content

wrong information when cat tx_fifos  #14

@Ypsclub

Description

@Ypsclub

Under mcp25xxfd_can_debugfs_tx_fifos function(mcp25xxfd_can_debugfs.c), it should report tx fifos information to user, not rx fifos , need correct as below

static void mcp25xxfd_can_debugfs_tx_fifos(struct mcp25xxfd_can_priv *cpriv,
struct dentry *root)
{
struct dentry *dir = debugfs_create_dir("tx_fifos", root);

mcp25xxfd_can_debugfs_rxtx_fifos(&cpriv->fifos.tx, dir);

}

thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions