Skip to content
Commit 31168a6d authored by Chuhong Yuan's avatar Chuhong Yuan Committed by David S. Miller
Browse files

dpaa_eth: Use refcount_t for refcount



refcount_t is better for reference counters since its
implementation can prevent overflows.
So convert atomic_t ref counters to refcount_t.

Signed-off-by: default avatarChuhong Yuan <hslester96@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b3a598eb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment