OSDN Git Service

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)
commit49d17512560b5d9384b9da1f12395be960602420
tree3bf490f9e9f27be9edf8f23dcd85d09653f789d4
parentb5f16484dd1c99b63eb986121c2b0fc624182d52
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