]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
soundwire: fix trailing line in sysfs_slave.c
authorVinod Koul <vkoul@kernel.org>
Wed, 20 May 2020 11:57:45 +0000 (17:27 +0530)
committerVinod Koul <vkoul@kernel.org>
Wed, 20 May 2020 11:57:45 +0000 (17:27 +0530)
Commit bcac59029955 ("soundwire: add Slave sysfs support") added
trailing line in file sysfs_slave.c, so remove it

Fixes: bcac59029955 ("soundwire: add Slave sysfs support")
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/sysfs_slave.c

index ae6d241eca5000f98035e65be7f22ba1e2cedfe0..f510071b0addca746607dcf243091deb65b0e659 100644 (file)
@@ -212,4 +212,3 @@ int sdw_slave_sysfs_init(struct sdw_slave *slave)
 
        return 0;
 }
-