Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dma/timberdale: simplify conditional
Simplify: ((a && b) || (!a && !b)) => (a == b) Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Acked-by: Jack Stone <jwjstone@fastmail.fm> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
- Loading branch information