15.02.2017 01:55, Philippe Mathieu-Daudé wrote:
> The register_read() and register_write() functions expect a bitmask argument.
> To avoid duplicated code, a new inlined function register_enabled_mask() is
> introduced.
Applied to -trivial, thanks!
/mjt
The register_read() and register_write() functions expect a bitmask argument.
To avoid duplicated code, a new inlined function register_enabled_mask() is
introduced.
Signed-off-by: Philippe Mathieu-Daudé
Reviewed-by: Alistair Francis
---
v3: clarify functions affected in the commit message.
v