Re: [PATCH v2] net: mvpp2: debugfs: Add pmap to fs dump

2019-06-19 Thread David Miller
From: Nathan Huckleberry Date: Wed, 19 Jun 2019 11:17:15 -0700 > There was an unused variable 'mvpp2_dbgfs_prs_pmap_fops' > Added a usage consistent with other fops to dump pmap > to userspace. > > Cc: clang-built-li...@googlegroups.com > Link: https://github.com/ClangBuiltLinux/linux/issues/529

Re: [PATCH v2] net: mvpp2: debugfs: Add pmap to fs dump

2019-06-19 Thread Nick Desaulniers
On Wed, Jun 19, 2019 at 11:17 AM 'Nathan Huckleberry' via Clang Built Linux wrote: > > There was an unused variable 'mvpp2_dbgfs_prs_pmap_fops' > Added a usage consistent with other fops to dump pmap > to userspace. > Changes from v1 -> v2 > * Fix typo > * Change commit prefix to debugfs Compile

[PATCH v2] net: mvpp2: debugfs: Add pmap to fs dump

2019-06-19 Thread Nathan Huckleberry
There was an unused variable 'mvpp2_dbgfs_prs_pmap_fops' Added a usage consistent with other fops to dump pmap to userspace. Cc: clang-built-li...@googlegroups.com Link: https://github.com/ClangBuiltLinux/linux/issues/529 Signed-off-by: Nathan Huckleberry --- Changes from v1 -> v2 * Fix typo * Ch