]> git.baikalelectronics.ru Git - kernel.git/commit
r8169: use standard debug output functions
authorHeiner Kallweit <hkallweit1@gmail.com>
Thu, 28 Jun 2018 18:36:15 +0000 (20:36 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 30 Jun 2018 11:45:30 +0000 (20:45 +0900)
commitf44091146ba6df7107bc74552a92597cb8911e4d
tree3bf490f9e9f27be9edf8f23dcd85d09653f789d4
parent6e69c9c054478578361c56c54132925050e8cecd
r8169: use standard debug output functions

I see no need to define a private debug output symbol, let's use the
standard debug output functions instead. In this context also remove
the deprecated PFX define.

The one assertion is wrong IMO anyway, this code path is used also
by chip version 01.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169.c