* [PATCH] 8139too: Fix a typo in the function name.
@ 2010-04-19 20:43 Alexander Kuznetsov
2010-04-19 21:17 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Kuznetsov @ 2010-04-19 20:43 UTC (permalink / raw)
To: davem; +Cc: netdev, Alexander Kuznetsov
Signed-off-by: Alexander Kuznetsov <alr.kuznetsov@gmail.com>
---
drivers/net/8139too.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/8139too.c b/drivers/net/8139too.c
index a03d291..f0d23de 100644
--- a/drivers/net/8139too.c
+++ b/drivers/net/8139too.c
@@ -1944,7 +1944,7 @@ static int rtl8139_rx(struct net_device *dev, struct rtl8139_private *tp,
netif_dbg(tp, rx_status, dev, "%s() status %04x, size %04x, cur %04x\n",
__func__, rx_status, rx_size, cur_rx);
#if RTL8139_DEBUG > 2
- print_dump_hex(KERN_DEBUG, "Frame contents: ",
+ print_hex_dump(KERN_DEBUG, "Frame contents: ",
DUMP_PREFIX_OFFSET, 16, 1,
&rx_ring[ring_offset], 70, true);
#endif
--
1.6.4.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-19 21:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-19 20:43 [PATCH] 8139too: Fix a typo in the function name Alexander Kuznetsov
2010-04-19 21:17 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox