netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/10] ps3: fix wrong calculation of rx descriptor address
@ 2007-07-20  8:20 Masakazu Mokuno
  2007-07-24 20:36 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Masakazu Mokuno @ 2007-07-20  8:20 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: netdev, cbe-oss-dev

Fixed the bug that calculation of the address of rx descriptor was
wrong.

Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
---
 drivers/net/ps3_gelic_net.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/net/ps3_gelic_net.c
+++ b/drivers/net/ps3_gelic_net.c
@@ -1107,7 +1107,7 @@ static int gelic_net_open(struct net_dev
 			card->descr, GELIC_NET_TX_DESCRIPTORS))
 		goto alloc_tx_failed;
 	if (gelic_net_init_chain(card, &card->rx_chain,
-				 card->descr + GELIC_NET_RX_DESCRIPTORS,
+				 card->descr + GELIC_NET_TX_DESCRIPTORS,
 				 GELIC_NET_RX_DESCRIPTORS))
 		goto alloc_rx_failed;
 

--
Masakazu MOKUNO


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/10] ps3: fix wrong calculation of rx descriptor address
  2007-07-20  8:20 [PATCH 1/10] ps3: fix wrong calculation of rx descriptor address Masakazu Mokuno
@ 2007-07-24 20:36 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-07-24 20:36 UTC (permalink / raw)
  To: Masakazu Mokuno; +Cc: netdev, cbe-oss-dev

Masakazu Mokuno wrote:
> Fixed the bug that calculation of the address of rx descriptor was
> wrong.
> 
> Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
> ---
>  drivers/net/ps3_gelic_net.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

applied 1-10



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-24 20:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20  8:20 [PATCH 1/10] ps3: fix wrong calculation of rx descriptor address Masakazu Mokuno
2007-07-24 20:36 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).