commit | a90546e83a117502c36173a2809db5d00c9ac87d | [log] [tgz] |
---|---|---|
author | zhong jiang <zhongjiang@huawei.com> | Wed Sep 19 19:32:14 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 19 20:58:05 2018 -0700 |
tree | f0d3f11d9998993c9d451c8cc9f13522a981a8b3 | |
parent | e208cd5e41b400d90d5ba71981c7877e437671cc [diff] |
net: ti: Use FIELD_SIZEOF directly instead of reimplementing its function FIELD_SIZEOF is defined as a macro to calculate the specified value. Therefore, We prefer to use the macro rather than calculating its value. Signed-off-by: zhong jiang <zhongjiang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>