Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c41069d authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: spss_utils: fix driver module remove"

parents 81604f60 e63f3e7c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -383,6 +383,7 @@ static int spss_create_sysfs(struct device *dev)
static void spss_destroy_sysfs(struct device *dev)
{

	device_remove_file(dev, &dev_attr_apps_cmac);
	device_remove_file(dev, &dev_attr_pbl_cmac);
	device_remove_file(dev, &dev_attr_iar_enabled);
	device_remove_file(dev, &dev_attr_iar_state);