net: dc2114x: Clean up INL/OUTL functions
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 19 Apr 2020 01:40:03 +0000 (03:40 +0200)
committermarex <marex@desktop.lan>
Fri, 1 May 2020 10:35:21 +0000 (12:35 +0200)
commit3b7b9e2e71e7334198d696a03f3552bbc812ce9b
tree00a40210b8cbf7aef1e07f2552e493ca2b2abfe1
parent04da06120909729bc9d0d3974d06dc2ef758e821
net: dc2114x: Clean up INL/OUTL functions

Rename these functions to dc2114x_{inl,outl}(), use u32 values in
them instead of plain signed integers as all those values are in
fact register values and the driver code does bitwise operations
on them. No functional change intended.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/dc2114x.c