tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git debugfs_cleanup head: 1c66923f2afb1578348d1f92ce01c1b9f5216dd4 commit: 1c66923f2afb1578348d1f92ce01c1b9f5216dd4 [109/109] usb: debugfs cleanup - try 2 config: i386-allmodconfig (attached as .config) compiler: gcc-8 (Debian 8.1.0-3) 8.1.0 reproduce: git checkout 1c66923f2afb1578348d1f92ce01c1b9f5216dd4 # save the attached .config to linux build tree make ARCH=i386 All warnings (new ones prefixed by >>): drivers/staging/rtlwifi/debug.c: In function 'rtl_debug_add_one': drivers/staging/rtlwifi/debug.c:534:9: error: invalid operands to binary & (have 'struct dentry *' and 'struct rtl_debugfs_priv') &rtl_debug_priv_ ##name, \ ^ >> drivers/staging/rtlwifi/debug.c:539:3: note: in expansion of macro 'RTL_DEBUGFS_ADD_CORE' RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) ^~~~~~~~~~~~~~~~~~~~ >> drivers/staging/rtlwifi/debug.c:565:2: note: in expansion of macro 'RTL_DEBUGFS_ADD' RTL_DEBUGFS_ADD(mac_0); ^~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:535:9: warning: passing argument 4 of 'debugfs_create_file' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] &file_ops_ ##fopname); \ ^~~~~~~~~~ >> drivers/staging/rtlwifi/debug.c:539:3: note: in expansion of macro 'RTL_DEBUGFS_ADD_CORE' RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) ^~~~~~~~~~~~~~~~~~~~ >> drivers/staging/rtlwifi/debug.c:565:2: note: in expansion of macro 'RTL_DEBUGFS_ADD' RTL_DEBUGFS_ADD(mac_0); ^~~~~~~~~~~~~~~ In file included from include/net/cfg80211.h:17, from include/net/mac80211.h:24, from drivers/staging/rtlwifi/wifi.h:36, from drivers/staging/rtlwifi/debug.c:25: include/linux/debugfs.h:61:16: note: expected 'void *' but argument is of type 'const struct file_operations *' struct dentry *debugfs_create_file(const char *name, umode_t mode, ^~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:533:3: error: too few arguments to function 'debugfs_create_file' debugfs_create_file(#name, mode, parent \ ^~~~~~~~~~~~~~~~~~~ >> drivers/staging/rtlwifi/debug.c:539:3: note: in expansion of macro 'RTL_DEBUGFS_ADD_CORE' RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) ^~~~~~~~~~~~~~~~~~~~ >> drivers/staging/rtlwifi/debug.c:565:2: note: in expansion of macro 'RTL_DEBUGFS_ADD' RTL_DEBUGFS_ADD(mac_0); ^~~~~~~~~~~~~~~ In file included from include/net/cfg80211.h:17, from include/net/mac80211.h:24, from drivers/staging/rtlwifi/wifi.h:36, from drivers/staging/rtlwifi/debug.c:25: include/linux/debugfs.h:61:16: note: declared here struct dentry *debugfs_create_file(const char *name, umode_t mode, ^~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:534:9: error: invalid operands to binary & (have 'struct dentry *' and 'struct rtl_debugfs_priv') &rtl_debug_priv_ ##name, \ ^ >> drivers/staging/rtlwifi/debug.c:539:3: note: in expansion of macro 'RTL_DEBUGFS_ADD_CORE' RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) ^~~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:566:2: note: in expansion of macro 'RTL_DEBUGFS_ADD' RTL_DEBUGFS_ADD(mac_1); ^~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:535:9: warning: passing argument 4 of 'debugfs_create_file' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] &file_ops_ ##fopname); \ ^~~~~~~~~~ >> drivers/staging/rtlwifi/debug.c:539:3: note: in expansion of macro 'RTL_DEBUGFS_ADD_CORE' RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) ^~~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:566:2: note: in expansion of macro 'RTL_DEBUGFS_ADD' RTL_DEBUGFS_ADD(mac_1); ^~~~~~~~~~~~~~~ In file included from include/net/cfg80211.h:17, from include/net/mac80211.h:24, from drivers/staging/rtlwifi/wifi.h:36, from drivers/staging/rtlwifi/debug.c:25: include/linux/debugfs.h:61:16: note: expected 'void *' but argument is of type 'const struct file_operations *' struct dentry *debugfs_create_file(const char *name, umode_t mode, ^~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:533:3: error: too few arguments to function 'debugfs_create_file' debugfs_create_file(#name, mode, parent \ ^~~~~~~~~~~~~~~~~~~ >> drivers/staging/rtlwifi/debug.c:539:3: note: in expansion of macro 'RTL_DEBUGFS_ADD_CORE' RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) ^~~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:566:2: note: in expansion of macro 'RTL_DEBUGFS_ADD' RTL_DEBUGFS_ADD(mac_1); ^~~~~~~~~~~~~~~ In file included from include/net/cfg80211.h:17, from include/net/mac80211.h:24, from drivers/staging/rtlwifi/wifi.h:36, from drivers/staging/rtlwifi/debug.c:25: include/linux/debugfs.h:61:16: note: declared here struct dentry *debugfs_create_file(const char *name, umode_t mode, ^~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:534:9: error: invalid operands to binary & (have 'struct dentry *' and 'struct rtl_debugfs_priv') &rtl_debug_priv_ ##name, \ ^ >> drivers/staging/rtlwifi/debug.c:539:3: note: in expansion of macro 'RTL_DEBUGFS_ADD_CORE' RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) ^~~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:567:2: note: in expansion of macro 'RTL_DEBUGFS_ADD' RTL_DEBUGFS_ADD(mac_2); ^~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:535:9: warning: passing argument 4 of 'debugfs_create_file' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] &file_ops_ ##fopname); \ ^~~~~~~~~~ >> drivers/staging/rtlwifi/debug.c:539:3: note: in expansion of macro 'RTL_DEBUGFS_ADD_CORE' RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) ^~~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:567:2: note: in expansion of macro 'RTL_DEBUGFS_ADD' RTL_DEBUGFS_ADD(mac_2); ^~~~~~~~~~~~~~~ In file included from include/net/cfg80211.h:17, from include/net/mac80211.h:24, from drivers/staging/rtlwifi/wifi.h:36, from drivers/staging/rtlwifi/debug.c:25: include/linux/debugfs.h:61:16: note: expected 'void *' but argument is of type 'const struct file_operations *' struct dentry *debugfs_create_file(const char *name, umode_t mode, ^~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:533:3: error: too few arguments to function 'debugfs_create_file' debugfs_create_file(#name, mode, parent \ ^~~~~~~~~~~~~~~~~~~ >> drivers/staging/rtlwifi/debug.c:539:3: note: in expansion of macro 'RTL_DEBUGFS_ADD_CORE' RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) ^~~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:567:2: note: in expansion of macro 'RTL_DEBUGFS_ADD' RTL_DEBUGFS_ADD(mac_2); ^~~~~~~~~~~~~~~ In file included from include/net/cfg80211.h:17, from include/net/mac80211.h:24, from drivers/staging/rtlwifi/wifi.h:36, from drivers/staging/rtlwifi/debug.c:25: include/linux/debugfs.h:61:16: note: declared here struct dentry *debugfs_create_file(const char *name, umode_t mode, ^~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:534:9: error: invalid operands to binary & (have 'struct dentry *' and 'struct rtl_debugfs_priv') &rtl_debug_priv_ ##name, \ ^ >> drivers/staging/rtlwifi/debug.c:539:3: note: in expansion of macro 'RTL_DEBUGFS_ADD_CORE' RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) ^~~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:568:2: note: in expansion of macro 'RTL_DEBUGFS_ADD' RTL_DEBUGFS_ADD(mac_3); ^~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:535:9: warning: passing argument 4 of 'debugfs_create_file' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] &file_ops_ ##fopname); \ ^~~~~~~~~~ >> drivers/staging/rtlwifi/debug.c:539:3: note: in expansion of macro 'RTL_DEBUGFS_ADD_CORE' RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) ^~~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:568:2: note: in expansion of macro 'RTL_DEBUGFS_ADD' RTL_DEBUGFS_ADD(mac_3); ^~~~~~~~~~~~~~~ In file included from include/net/cfg80211.h:17, from include/net/mac80211.h:24, from drivers/staging/rtlwifi/wifi.h:36, from drivers/staging/rtlwifi/debug.c:25: include/linux/debugfs.h:61:16: note: expected 'void *' but argument is of type 'const struct file_operations *' struct dentry *debugfs_create_file(const char *name, umode_t mode, ^~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:533:3: error: too few arguments to function 'debugfs_create_file' debugfs_create_file(#name, mode, parent \ ^~~~~~~~~~~~~~~~~~~ >> drivers/staging/rtlwifi/debug.c:539:3: note: in expansion of macro 'RTL_DEBUGFS_ADD_CORE' RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) ^~~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:568:2: note: in expansion of macro 'RTL_DEBUGFS_ADD' RTL_DEBUGFS_ADD(mac_3); ^~~~~~~~~~~~~~~ In file included from include/net/cfg80211.h:17, from include/net/mac80211.h:24, from drivers/staging/rtlwifi/wifi.h:36, from drivers/staging/rtlwifi/debug.c:25: include/linux/debugfs.h:61:16: note: declared here struct dentry *debugfs_create_file(const char *name, umode_t mode, ^~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:534:9: error: invalid operands to binary & (have 'struct dentry *' and 'struct rtl_debugfs_priv') &rtl_debug_priv_ ##name, \ ^ >> drivers/staging/rtlwifi/debug.c:539:3: note: in expansion of macro 'RTL_DEBUGFS_ADD_CORE' RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) ^~~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:569:2: note: in expansion of macro 'RTL_DEBUGFS_ADD' RTL_DEBUGFS_ADD(mac_4); ^~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:535:9: warning: passing argument 4 of 'debugfs_create_file' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] &file_ops_ ##fopname); \ ^~~~~~~~~~ >> drivers/staging/rtlwifi/debug.c:539:3: note: in expansion of macro 'RTL_DEBUGFS_ADD_CORE' RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) ^~~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:569:2: note: in expansion of macro 'RTL_DEBUGFS_ADD' RTL_DEBUGFS_ADD(mac_4); ^~~~~~~~~~~~~~~ In file included from include/net/cfg80211.h:17, from include/net/mac80211.h:24, from drivers/staging/rtlwifi/wifi.h:36, from drivers/staging/rtlwifi/debug.c:25: include/linux/debugfs.h:61:16: note: expected 'void *' but argument is of type 'const struct file_operations *' struct dentry *debugfs_create_file(const char *name, umode_t mode, ^~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:533:3: error: too few arguments to function 'debugfs_create_file' debugfs_create_file(#name, mode, parent \ ^~~~~~~~~~~~~~~~~~~ >> drivers/staging/rtlwifi/debug.c:539:3: note: in expansion of macro 'RTL_DEBUGFS_ADD_CORE' RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) ^~~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:569:2: note: in expansion of macro 'RTL_DEBUGFS_ADD' RTL_DEBUGFS_ADD(mac_4); ^~~~~~~~~~~~~~~ In file included from include/net/cfg80211.h:17, from include/net/mac80211.h:24, from drivers/staging/rtlwifi/wifi.h:36, from drivers/staging/rtlwifi/debug.c:25: include/linux/debugfs.h:61:16: note: declared here struct dentry *debugfs_create_file(const char *name, umode_t mode, ^~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:534:9: error: invalid operands to binary & (have 'struct dentry *' and 'struct rtl_debugfs_priv') &rtl_debug_priv_ ##name, \ ^ >> drivers/staging/rtlwifi/debug.c:539:3: note: in expansion of macro 'RTL_DEBUGFS_ADD_CORE' RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) ^~~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:570:2: note: in expansion of macro 'RTL_DEBUGFS_ADD' RTL_DEBUGFS_ADD(mac_5); ^~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:535:9: warning: passing argument 4 of 'debugfs_create_file' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] &file_ops_ ##fopname); \ ^~~~~~~~~~ >> drivers/staging/rtlwifi/debug.c:539:3: note: in expansion of macro 'RTL_DEBUGFS_ADD_CORE' RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) ^~~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:570:2: note: in expansion of macro 'RTL_DEBUGFS_ADD' RTL_DEBUGFS_ADD(mac_5); ^~~~~~~~~~~~~~~ In file included from include/net/cfg80211.h:17, from include/net/mac80211.h:24, from drivers/staging/rtlwifi/wifi.h:36, from drivers/staging/rtlwifi/debug.c:25: include/linux/debugfs.h:61:16: note: expected 'void *' but argument is of type 'const struct file_operations *' struct dentry *debugfs_create_file(const char *name, umode_t mode, ^~~~~~~~~~~~~~~~~~~ drivers/staging/rtlwifi/debug.c:533:3: error: too few arguments to function 'debugfs_create_file' debugfs_create_file(#name, mode, parent \ ^~~~~~~~~~~~~~~~~~~ vim +/RTL_DEBUGFS_ADD_CORE +539 drivers/staging/rtlwifi/debug.c 56bde846 Ping-Ke Shih 2017-08-17 529 56bde846 Ping-Ke Shih 2017-08-17 530 #define RTL_DEBUGFS_ADD_CORE(name, mode, fopname) \ 56bde846 Ping-Ke Shih 2017-08-17 531 do { \ 56bde846 Ping-Ke Shih 2017-08-17 532 rtl_debug_priv_ ##name.rtlpriv = rtlpriv; \ 1c66923f Greg Kroah-Hartman 2018-05-29 533 debugfs_create_file(#name, mode, parent \ 1c66923f Greg Kroah-Hartman 2018-05-29 @534 &rtl_debug_priv_ ##name, \ 1c66923f Greg Kroah-Hartman 2018-05-29 535 &file_ops_ ##fopname); \ 56bde846 Ping-Ke Shih 2017-08-17 536 } while (0) 56bde846 Ping-Ke Shih 2017-08-17 537 56bde846 Ping-Ke Shih 2017-08-17 538 #define RTL_DEBUGFS_ADD(name) \ 56bde846 Ping-Ke Shih 2017-08-17 @539 RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0444, common) 56bde846 Ping-Ke Shih 2017-08-17 540 #define RTL_DEBUGFS_ADD_W(name) \ b55ade19 Larry Finger 2017-08-24 541 RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0222, common_write) 56bde846 Ping-Ke Shih 2017-08-17 542 #define RTL_DEBUGFS_ADD_RW(name) \ b55ade19 Larry Finger 2017-08-24 543 RTL_DEBUGFS_ADD_CORE(name, S_IFREG | 0666, common_rw) 56bde846 Ping-Ke Shih 2017-08-17 544 56bde846 Ping-Ke Shih 2017-08-17 545 void rtl_debug_add_one(struct ieee80211_hw *hw) 56bde846 Ping-Ke Shih 2017-08-17 546 { 56bde846 Ping-Ke Shih 2017-08-17 547 struct rtl_priv *rtlpriv = rtl_priv(hw); 56bde846 Ping-Ke Shih 2017-08-17 548 struct rtl_efuse *rtlefuse = rtl_efuse(rtl_priv(hw)); 56bde846 Ping-Ke Shih 2017-08-17 549 struct dentry *parent; 56bde846 Ping-Ke Shih 2017-08-17 550 56bde846 Ping-Ke Shih 2017-08-17 551 rtlpriv->dbg.msg_buf = vzalloc(80 * 25); 56bde846 Ping-Ke Shih 2017-08-17 552 a575de2d Larry Finger 2017-08-17 553 snprintf(rtlpriv->dbg.debugfs_name, 18, "%pMF", rtlefuse->dev_addr); 56bde846 Ping-Ke Shih 2017-08-17 554 56bde846 Ping-Ke Shih 2017-08-17 555 rtlpriv->dbg.debugfs_dir = 56bde846 Ping-Ke Shih 2017-08-17 556 debugfs_create_dir(rtlpriv->dbg.debugfs_name, debugfs_topdir); 56bde846 Ping-Ke Shih 2017-08-17 557 if (!rtlpriv->dbg.debugfs_dir) { 56bde846 Ping-Ke Shih 2017-08-17 558 pr_err("Unable to init debugfs:/%s/%s\n", rtlpriv->cfg->name, 56bde846 Ping-Ke Shih 2017-08-17 559 rtlpriv->dbg.debugfs_name); 56bde846 Ping-Ke Shih 2017-08-17 560 return; 56bde846 Ping-Ke Shih 2017-08-17 561 } 56bde846 Ping-Ke Shih 2017-08-17 562 56bde846 Ping-Ke Shih 2017-08-17 563 parent = rtlpriv->dbg.debugfs_dir; 56bde846 Ping-Ke Shih 2017-08-17 564 56bde846 Ping-Ke Shih 2017-08-17 @565 RTL_DEBUGFS_ADD(mac_0); 56bde846 Ping-Ke Shih 2017-08-17 566 RTL_DEBUGFS_ADD(mac_1); 56bde846 Ping-Ke Shih 2017-08-17 567 RTL_DEBUGFS_ADD(mac_2); 56bde846 Ping-Ke Shih 2017-08-17 568 RTL_DEBUGFS_ADD(mac_3); 56bde846 Ping-Ke Shih 2017-08-17 569 RTL_DEBUGFS_ADD(mac_4); 56bde846 Ping-Ke Shih 2017-08-17 570 RTL_DEBUGFS_ADD(mac_5); 56bde846 Ping-Ke Shih 2017-08-17 571 RTL_DEBUGFS_ADD(mac_6); 56bde846 Ping-Ke Shih 2017-08-17 572 RTL_DEBUGFS_ADD(mac_7); 56bde846 Ping-Ke Shih 2017-08-17 573 RTL_DEBUGFS_ADD(bb_8); 56bde846 Ping-Ke Shih 2017-08-17 574 RTL_DEBUGFS_ADD(bb_9); 56bde846 Ping-Ke Shih 2017-08-17 575 RTL_DEBUGFS_ADD(bb_a); 56bde846 Ping-Ke Shih 2017-08-17 576 RTL_DEBUGFS_ADD(bb_b); 56bde846 Ping-Ke Shih 2017-08-17 577 RTL_DEBUGFS_ADD(bb_c); 56bde846 Ping-Ke Shih 2017-08-17 578 RTL_DEBUGFS_ADD(bb_d); 56bde846 Ping-Ke Shih 2017-08-17 579 RTL_DEBUGFS_ADD(bb_e); 56bde846 Ping-Ke Shih 2017-08-17 580 RTL_DEBUGFS_ADD(bb_f); 56bde846 Ping-Ke Shih 2017-08-17 581 RTL_DEBUGFS_ADD(mac_10); 56bde846 Ping-Ke Shih 2017-08-17 582 RTL_DEBUGFS_ADD(mac_11); 56bde846 Ping-Ke Shih 2017-08-17 583 RTL_DEBUGFS_ADD(mac_12); 56bde846 Ping-Ke Shih 2017-08-17 584 RTL_DEBUGFS_ADD(mac_13); 56bde846 Ping-Ke Shih 2017-08-17 585 RTL_DEBUGFS_ADD(mac_14); 56bde846 Ping-Ke Shih 2017-08-17 586 RTL_DEBUGFS_ADD(mac_15); 56bde846 Ping-Ke Shih 2017-08-17 587 RTL_DEBUGFS_ADD(mac_16); 56bde846 Ping-Ke Shih 2017-08-17 588 RTL_DEBUGFS_ADD(mac_17); 56bde846 Ping-Ke Shih 2017-08-17 589 RTL_DEBUGFS_ADD(bb_18); 56bde846 Ping-Ke Shih 2017-08-17 590 RTL_DEBUGFS_ADD(bb_19); 56bde846 Ping-Ke Shih 2017-08-17 591 RTL_DEBUGFS_ADD(bb_1a); 56bde846 Ping-Ke Shih 2017-08-17 592 RTL_DEBUGFS_ADD(bb_1b); 56bde846 Ping-Ke Shih 2017-08-17 593 RTL_DEBUGFS_ADD(bb_1c); 56bde846 Ping-Ke Shih 2017-08-17 594 RTL_DEBUGFS_ADD(bb_1d); 56bde846 Ping-Ke Shih 2017-08-17 595 RTL_DEBUGFS_ADD(bb_1e); 56bde846 Ping-Ke Shih 2017-08-17 596 RTL_DEBUGFS_ADD(bb_1f); 56bde846 Ping-Ke Shih 2017-08-17 597 RTL_DEBUGFS_ADD(rf_a); 56bde846 Ping-Ke Shih 2017-08-17 598 RTL_DEBUGFS_ADD(rf_b); 56bde846 Ping-Ke Shih 2017-08-17 599 56bde846 Ping-Ke Shih 2017-08-17 600 RTL_DEBUGFS_ADD(cam_1); 56bde846 Ping-Ke Shih 2017-08-17 601 RTL_DEBUGFS_ADD(cam_2); 56bde846 Ping-Ke Shih 2017-08-17 602 RTL_DEBUGFS_ADD(cam_3); 56bde846 Ping-Ke Shih 2017-08-17 603 56bde846 Ping-Ke Shih 2017-08-17 604 RTL_DEBUGFS_ADD(btcoex); 56bde846 Ping-Ke Shih 2017-08-17 605 56bde846 Ping-Ke Shih 2017-08-17 @606 RTL_DEBUGFS_ADD_W(write_reg); b55ade19 Larry Finger 2017-08-24 607 RTL_DEBUGFS_ADD_W(write_h2c); b55ade19 Larry Finger 2017-08-24 608 RTL_DEBUGFS_ADD_W(write_rfreg); 56bde846 Ping-Ke Shih 2017-08-17 609 56bde846 Ping-Ke Shih 2017-08-17 @610 RTL_DEBUGFS_ADD_RW(phydm_cmd); 56bde846 Ping-Ke Shih 2017-08-17 611 } 56bde846 Ping-Ke Shih 2017-08-17 612 :::::: The code at line 539 was first introduced by commit :::::: 56bde846304ea05d5f8c8de0e3a42627a7a92be6 staging: r8822be: Add existing rtlwifi and rtl_pci parts for new driver :::::: TO: Ping-Ke Shih <pkshih@xxxxxxxxxxx> :::::: CC: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip