Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
ptp_ocp: use bits.h macros for all masks
Currently we are using BIT(), but GENMASK(). Make use of the latter one as well (far less error-prone, far more concise). Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
- Loading branch information