]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'cxgb4-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 19 May 2015 20:47:32 +0000 (16:47 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 May 2015 20:47:32 +0000 (16:47 -0400)
commit81311eda1a681cb662a8661aec1e8ecac1a93db5
tree46580ee576a85987ee9fd1ae828d5eeae272dd11
parent708525a22783db85e9a0cce692643ed77ba380be
parent2f4fafae07fe3711c09efef865c14b2eae16c1d8
Merge branch 'cxgb4-next'

Hariprasad Shenai says:

====================
cxgb4: Remove dead code and replace byte-oder functions

This series removes dead fn t4_read_edc and t4_read_mc, also replaces
ntoh{s,l} and hton{s,l} calls with the generic byteorder.

PATCH 2/2 was sent as a single PATCH, but had some byte-ordering issues
in t4_read_edc and t4_read_mc function. Found that t4_read_edc and
t4_read_mc is unused, so PATCH 1/2 is added to remove it.

This patch series is created against net-next tree and includes
patches on cxgb4 driver.

We have included all the maintainers of respective drivers. Kindly review
the change and let us know in case of any review comments.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>