summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/video
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/video')
-rw-r--r--sys/dev/usb/video/udl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/video/udl.c b/sys/dev/usb/video/udl.c
index 4b736b3..69e2429 100644
--- a/sys/dev/usb/video/udl.c
+++ b/sys/dev/usb/video/udl.c
@@ -1082,8 +1082,7 @@ udl_select_mode(struct udl_softc *sc)
}
if (index == UDL_MAX_MODES) {
- DPRINTF("no mode line found for %dx%d @ %dHz!\n",
- mode.hdisplay, mode.vdisplay, mode.hz);
+ DPRINTF("no mode line found\n");
i = 0;
while (i < sc->sc_edid_info.edid_nmodes) {
OpenPOWER on IntegriCloud