On Thu, 11 May 2023, Yang Li wrote: > The call netdev_{put, hold} of dev_{put, hold} will check NULL, > so there is no need to check before using dev_{put, hold}, > remove it to silence the warnings: > > ./drivers/leds/trigger/ledtrig-netdev.c:291:3-10: WARNING: NULL check before dev_{put, hold} functions is not needed. > ./drivers/leds/trigger/ledtrig-netdev.c:401:2-9: WARNING: NULL check before dev_{put, hold} functions is not needed. > > Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx> > Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4929 > Signed-off-by: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx> > --- > drivers/leds/trigger/ledtrig-netdev.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) Don't forget to run checkpatch.pl before submission. WARNING: Reported-by: should be immediately followed by Closes: with a URL to the report Fixed and applied, thanks. -- Lee Jones [李琼斯]