Fixes coccicheck warning:
./drivers/net/ethernet/amd/declance.c:611:14-15:
WARNING comparing pointer to 0
Compare pointer-typed values to NULL rather than 0.
I don't see NULL in the patch -- you used ! instead.
Yeah, i used ! here.
Thanks,
Chen Zhou