]> git.neil.brown.name Git - history.git/commit
[PATCH] change two annoying messages from framebuffer drivers
authorAndrew Morton <akpm@osdl.org>
Tue, 30 Dec 2003 07:46:56 +0000 (23:46 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Tue, 30 Dec 2003 07:46:56 +0000 (23:46 -0800)
commit0f821f9d7f0ed17f11602c9a93bed09186560ee9
tree99538b816973619288cd48ff7796cce2dae99297
parentbef7c38feb058eec2296a974aacbee8ca3cb735f
[PATCH] change two annoying messages from framebuffer drivers

From: Michael Hunold <hunold@convergence.de>

the Linux-on-a-CD system Knoppix has nearly all framebuffer drivers for
2.4.23 compiled in. Additionally, it surpresses most kernel messages by
lowering the kernel log level.

Two framebuffer drivers (clgenfb.c and hgafb.c), however, use KERN_ERR
to say that their particular card has *not* been found which is very
annoying.

Especially the clgenfb.c driver simply says on bootup:
  >  Couldn't find PCI device
which can really confuse newbie users.

I've already send a patch that fixes this for 2.4 -- Marcelo and Geert
Uytterhoeven have already ack'ed it.

The same change should be done for 2.6, too IMHO.

The appended patch replaces two KERN_ERR with KERN_INFO and additionally
makes the cirrusfb.c message more descriptive.
drivers/video/cirrusfb.c
drivers/video/hgafb.c