OSDN Git Service

Merge branch 'dpaa-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Thu, 2 Nov 2017 07:15:26 +0000 (16:15 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Nov 2017 07:15:26 +0000 (16:15 +0900)
commit07d3c4afc55870a4445d322adf4190463580da7d
treee4d9a17131a6042c3b2647bf2b4afb3bc56c98a3
parent03c4cc385faaa46e5877f499c6b997fef792f8d3
parentd7bcde417b6b2e6f99ed9c2c38a0771b66efb060
Merge branch 'dpaa-cleanups'

yuan linyu says:

====================
net: dpaa: two minor cleanup

original i try to remove duplicate code which clean allocated per-cpu area,
thanks to David S. Miller, there are two build warning as errors.
path 1: fix old code maybe-uninitialized warning.
path 2: remove duplicate code and fix unused var warning.
====================

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