diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-06 17:19:33 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-06 17:19:33 +0100 |
commit | 666bdbacbbc391cd8925f770369e375a6e4480f5 (patch) | |
tree | 2cebb205dd0cd7eaac1377af9894c375e20e2c78 /fbtools.c | |
parent | 8a285845bb5fbb02edeee2434ecc54bb5267cf5d (diff) | |
download | drminfo-666bdbacbbc391cd8925f770369e375a6e4480f5.tar.gz |
drop 'trying ...' for fb
Diffstat (limited to 'fbtools.c')
-rw-r--r-- | fbtools.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -141,7 +141,6 @@ void fb_init(int cardno) char device[64]; snprintf(device, sizeof(device), "/dev/fb%d", cardno); - fprintf(stderr, "trying fbdev: %s ...\n", device); if (-1 == ioctl(STDIN_FILENO, KDGETMODE, &kd_mode)) { perror("ioctl KDGETMODE"); |