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

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

Merge "ISDBT: Modifying debug statement"

parents 205277fa 44a52f19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -298,7 +298,7 @@ static int __init mpq_dmx_sw_plugin_init(void)
	rc = platform_driver_register(&mpq_dmx_sw_plugin_driver);
	if (rc)
		MPQ_DVB_ERR_PRINT(
		  "%s: mpq_dmx_sw_plugin: platform_driver_register failed: %d\n"
		  "%s: platform_driver_register failed: %d\n",
		  __func__, rc);

	return rc;