commit | ff8ed737860e9b5b898ab6d2ff05e2c6021c21b0 | [log] [tgz] |
---|---|---|
author | Dejin Zheng <zhengdejin5@gmail.com> | Mon Mar 16 10:32:53 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 16 02:10:09 2020 -0700 |
tree | 1a4186c7764097fd32114d496883edaa9a927e90 | |
parent | a1dd3875fd65549bb8b8b2d2916dc9fec2727306 [diff] |
net: stmmac: use readl_poll_timeout() function in init_systime() The init_systime() function use an open coded of readl_poll_timeout(). Replace the open coded handling with the proper function. Signed-off-by: Dejin Zheng <zhengdejin5@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>