commit | 8a4868f78fe6eed9b1f59cfed1b69e72f7e36009 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Wed Nov 22 19:45:04 2017 +0100 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Sun Nov 26 00:39:08 2017 +0100 |
tree | 1d46690e29a9b434b02211adbb647f5fa7234057 | |
parent | 4faa011544d11aa281b7c8a65fc2efb86a7b8037 [diff] |
rockchip: clk: rk3399: change extract_bits to bitfield_extract The RK3399 clk driver still has a left-over use of extract_bits, which can be replaced by using bitfield_extract from include/bitfield.h. This rewrites the invocation to use the shared function. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>