Skip to content

Commit

Permalink
dca: module load should not be an error message
Browse files Browse the repository at this point in the history
The message (if it must exist) should not be an error message.
IMHO such messages are useless.

Signed-off-by: Stephen Hemminger <[email protected]>
Signed-off-by: Dan Williams <[email protected]>
  • Loading branch information
Stephen Hemminger authored and djbw committed Sep 13, 2009
1 parent 3208ca5 commit 084dac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dca/dca-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ EXPORT_SYMBOL_GPL(dca_unregister_notify);

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();
}

Expand Down

0 comments on commit 084dac5

Please sign in to comment.