Re: [PATCH] ionic: fix simple_open.cocci warnings

2019-06-21 Thread Shannon Nelson
On 6/21/19 2:27 AM, kbuild test robot wrote: From: kbuild test robot drivers/net/ethernet/pensando/ionic/ionic_debugfs.c:12:11-20: WARNING opportunity for simple_open, see also structure on line 56 Remove an open coded simple_open() function and replace file operations references to the f

[PATCH] ionic: fix simple_open.cocci warnings

2019-06-21 Thread kbuild test robot
From: kbuild test robot drivers/net/ethernet/pensando/ionic/ionic_debugfs.c:12:11-20: WARNING opportunity for simple_open, see also structure on line 56 Remove an open coded simple_open() function and replace file operations references to the function with simple_open() instead. Generated b