soundwire: fix trailing line in sysfs_slave.c

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

Fixes: bcac590299 ("soundwire: add Slave sysfs support")
Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
Vinod Koul 2020-05-20 17:27:45 +05:30
parent bcac590299
commit 7541765df1
1 changed files with 0 additions and 1 deletions

View File

@ -212,4 +212,3 @@ int sdw_slave_sysfs_init(struct sdw_slave *slave)
return 0;
}