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

Commit 084dac53 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by Dan Williams
Browse files

dca: module load should not be an error message



The message (if it must exist) should not be an error message.
IMHO such messages are useless.

Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 3208ca52
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -372,7 +372,7 @@ EXPORT_SYMBOL_GPL(dca_unregister_notify);


static int __init dca_init(void)
static int __init dca_init(void)
{
{
	printk(KERN_ERR "dca service started, version %s\n", DCA_VERSION);
	pr_info("dca service started, version %s\n", DCA_VERSION);
	return dca_sysfs_init();
	return dca_sysfs_init();
}
}