From: Pierre-Louis Bossart Date: Wed, 1 May 2019 15:57:31 +0000 (-0500) Subject: soundwire: bus: remove spurious newline X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=816d9bf4788bae059d19f84ad9375485e0e63ef8;p=openwrt%2Fstaging%2Fblogic.git soundwire: bus: remove spurious newline tools complain here and the location of the newline does not improve readability. Reviewed-by: Takashi Iwai Signed-off-by: Pierre-Louis Bossart Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/soundwire/bus.c b/drivers/soundwire/bus.c index 863bf418e342..bb697fd68580 100644 --- a/drivers/soundwire/bus.c +++ b/drivers/soundwire/bus.c @@ -772,7 +772,6 @@ static int sdw_handle_port_interrupt(struct sdw_slave *slave, impl_int_mask = SDW_DPN_INT_IMPDEF1 | SDW_DPN_INT_IMPDEF2 | SDW_DPN_INT_IMPDEF3; - if (status & impl_int_mask) { clear |= impl_int_mask; *slave_status = clear;