Skip to content

Commit

Permalink
drivers/char/ipmi/ipmi_si_intf.c: lower printk severity
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Aloni <da-x@monatomic.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Dan Aloni authored and Linus Torvalds committed Jul 16, 2007
1 parent e5fa499 commit 8f14137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/ipmi/ipmi_si_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2857,7 +2857,7 @@ static int try_smi_init(struct smi_info *new_smi)

mutex_unlock(&smi_infos_lock);

printk(" IPMI %s interface initialized\n",si_to_str[new_smi->si_type]);
printk(KERN_INFO "IPMI %s interface initialized\n",si_to_str[new_smi->si_type]);

return 0;

Expand Down

0 comments on commit 8f14137

Please sign in to comment.