[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20141003.154629.555967384624529643.davem@davemloft.net>
Date: Fri, 03 Oct 2014 15:46:29 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: dan.carpenter@...cle.com
Cc: hariprasad@...lsio.com, netdev@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: Re: [patch 1/2 -next] cxgb4: clean up a type issue
From: Dan Carpenter <dan.carpenter@...cle.com>
Date: Thu, 2 Oct 2014 14:22:19 +0300
> The tx_desc struct hold 8 __be64 values. The original code took a
> tx_desc pointer then casted it to an int pointer and then casted it to a
> u64 pointer. It was confusing and triggered some static checker
> warnings.
>
> I have changed the cxgb_pio_copy() to only take tx_desc pointers. This
> isn't really a loss of flexibility because anything else was buggy to
> begin with.
>
> Signed-off-by: Dan Carpenter <dan.carpenter@...cle.com>
Please address the feedback you've received, resubmit this series, and actually
number this second change "2/2" instead of "1/2" :-)
Thanks!
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists