CC: kbuild-...@lists.01.org
CC: Linux Memory Management List <linux...@kvack.org>
TO: Loic Poulain <loic.poul...@linaro.org>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git 
master
head:   4238b1710eadd18dd16de0288a2bc5bb84614b4e
commit: 89212e160b81e778f829b89743570665810e3b13 [8921/12271] net: wwan: Fix 
WWAN config symbols
:::::: branch date: 20 hours ago
:::::: commit date: 8 days ago
compiler: or1k-linux-gcc (GCC) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <l...@intel.com>


vim +87 drivers/net/wwan/wwan_core.c

9a44c1cc638876 Loic Poulain 2021-04-16  82  
e4e92ee78702b1 Loic Poulain 2021-05-25  83  static ssize_t index_show(struct 
device *dev, struct device_attribute *attr, char *buf)
e4e92ee78702b1 Loic Poulain 2021-05-25  84  {
e4e92ee78702b1 Loic Poulain 2021-05-25  85      struct wwan_device *wwan = 
to_wwan_dev(dev);
e4e92ee78702b1 Loic Poulain 2021-05-25  86  
e4e92ee78702b1 Loic Poulain 2021-05-25 @87      return sprintf(buf, "%d\n", 
wwan->id);
e4e92ee78702b1 Loic Poulain 2021-05-25  88  }
e4e92ee78702b1 Loic Poulain 2021-05-25  89  static DEVICE_ATTR_RO(index);
e4e92ee78702b1 Loic Poulain 2021-05-25  90  

:::::: The code at line 87 was first introduced by commit
:::::: e4e92ee78702b13ad55118d8b66f06e1aef62586 net: wwan: core: Add WWAN 
device index sysfs attribute

:::::: TO: Loic Poulain <loic.poul...@linaro.org>
:::::: CC: David S. Miller <da...@davemloft.net>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org
_______________________________________________
kbuild mailing list -- kbuild@lists.01.org
To unsubscribe send an email to kbuild-le...@lists.01.org

Reply via email to