Skip to content

Commit

Permalink
drivers/char/ipmi/ipmi_poweroff.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 4277eed commit e5fa499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/ipmi/ipmi_poweroff.c
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ static int ipmi_poweroff_init (void)
{
int rv;

printk ("Copyright (C) 2004 MontaVista Software -"
printk (KERN_INFO "Copyright (C) 2004 MontaVista Software -"
" IPMI Powerdown via sys_reboot.\n");

if (poweroff_powercycle)
Expand Down

0 comments on commit e5fa499

Please sign in to comment.