commit | 68acd85996f6456ad95b458f19bc7309ed530a4b | [log] [tgz] |
---|---|---|
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | Thu Jul 25 18:40:03 2019 -0500 |
committer | Vinod Koul <vkoul@kernel.org> | Fri Aug 02 17:36:47 2019 +0530 |
tree | 58b08683b095126fef70d12f428c85f1d15798b7 | |
parent | 0fc6041d7abc449198f895906f7ffac7647b603a [diff] |
soundwire: cadence_master: simplify bus clash interrupt clear The bus clash interrupts are generated when the status is one, and also cleared by writing a one. It's overkill/useless to use an OR when the bit is already set. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20190725234032.21152-12-pierre-louis.bossart@linux.intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>