Skip to content

Commit

Permalink
tridentfb: remove warning message that cyblafb driver should be used
Browse files Browse the repository at this point in the history
The tridentfb driver should handle now all chipsets handled by the cyblafb
driver.  Remove the message which claims that support will be removed.

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Krzysztof Helt authored and Linus Torvalds committed Jul 24, 2008
1 parent 0292be4 commit 663b0e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/video/tridentfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1359,10 +1359,6 @@ static int __devinit trident_pci_probe(struct pci_dev *dev,

chip_id = id->device;

if (chip_id == CYBERBLADEi1)
output("*** Please do use cyblafb, Cyberblade/i1 support "
"will soon be removed from tridentfb!\n");

#ifndef CONFIG_FB_TRIDENT_ACCEL
noaccel = 1;
#endif
Expand Down

0 comments on commit 663b0e1

Please sign in to comment.