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

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

Merge "msm: sps: Suppress bind/unbind attributes"

parents 18689242 b3752b82
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1020,8 +1020,6 @@ static void sps_device_de_init(void)
				"sps:%s:BAMs are still registered", __func__);

		sps_map_de_init();

		kfree(sps);
	}

	sps_mem_de_init();
@@ -3005,6 +3003,7 @@ static struct platform_driver msm_sps_driver = {
		.name	= SPS_DRV_NAME,
		.owner	= THIS_MODULE,
		.of_match_table = msm_sps_match,
		.suppress_bind_attrs = true,
	},
	.remove		= msm_sps_remove,
};