https://github.com/torvalds/linux
Revision e2fd58d06f79b10cad22240a6e6fb1c1108aa0ee authored by David S. Miller on 04 October 2007, 04:23:40 UTC, committed by David S. Miller on 04 October 2007, 04:23:40 UTC
There is no reason this should be KERN_ERR, KERN_INFO is
just fine.

Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 07607c5
Raw File
Tip revision: e2fd58d06f79b10cad22240a6e6fb1c1108aa0ee authored by David S. Miller on 04 October 2007, 04:23:40 UTC
[SPARC64]: VIO device addition log message level is too high.
Tip revision: e2fd58d
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.o.*
*.a
*.s
*.ko
*.so
*.mod.c
*.i
*.lst
*.symtypes

#
# Top-level generic files
#
tags
TAGS
vmlinux*
!vmlinux.lds.S
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h

# stgit generated dirs
patches-*

# quilt's files
patches
series

# cscope files
cscope.*

*.orig
*.rej
back to top