[PATCH v3 0/2] staging: octeon: replace pr_* with dev_* and netdev_*

From: Ayush Mukkanwar

Date: Thu Apr 02 2026 - 07:48:17 EST


This series replaces pr_*() logging calls with dev_*() and netdev_*()
in the octeon ethernet staging driver to include device context in
log messages, as requested by Greg Kroah-Hartman.
Changes since v2:
- Use netdev_err() instead of dev_err() in ethernet-spi.c
- Pass the netdev pointer directly to request_irq/free_irq
instead of dev->dev.parent
- Move the device pointer to be the first argument in helper
functions
- Fix checkpatch alignment and line-length warnings
- Add missing @dev kernel-doc parameter descriptions
- Wrap commit message body to 75 characters
- Fix author name formatting

Ayush Mukkanwar (2):
staging: octeon: ethernet-spi: replace pr_err with dev_err
staging: octeon: ethernet: replace pr_* with dev_* and netdev_*

drivers/staging/octeon/ethernet-mem.c | 39 +++++++-------
drivers/staging/octeon/ethernet-mem.h | 4 +-
drivers/staging/octeon/ethernet-rx.c | 6 ++-
drivers/staging/octeon/ethernet-rx.h | 6 +--
drivers/staging/octeon/ethernet-spi.c | 78 +++++++++++++--------------
drivers/staging/octeon/ethernet.c | 63 +++++++++++++---------
6 files changed, 105 insertions(+), 91 deletions(-)

--
2.53.0