Commit 7541765d authored by Vinod Koul's avatar Vinod Koul
Browse files

soundwire: fix trailing line in sysfs_slave.c



Commit bcac5902 ("soundwire: add Slave sysfs support") added
trailing line in file sysfs_slave.c, so remove it

Fixes: bcac5902 ("soundwire: add Slave sysfs support")
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent bcac5902
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -212,4 +212,3 @@ int sdw_slave_sysfs_init(struct sdw_slave *slave)

	return 0;
}