diff options
author | 2013-03-19 03:58:10 +0000 | |
---|---|---|
committer | 2013-03-19 03:58:10 +0000 | |
commit | 8b62cf78fb24d6cebbbc76b68ce55082d684da0c (patch) | |
tree | 95c228f14df3e8abf062b5900ea43f8ea48cf6a7 /sys/dev/pci/drm/drm_fb_helper.c | |
parent | Fix use_loginclass, backport from upstream. (diff) | |
download | wireguard-openbsd-8b62cf78fb24d6cebbbc76b68ce55082d684da0c.tar.xz wireguard-openbsd-8b62cf78fb24d6cebbbc76b68ce55082d684da0c.zip |
make a few printfs debug only to reduce dmesg spam
Diffstat (limited to 'sys/dev/pci/drm/drm_fb_helper.c')
-rw-r--r-- | sys/dev/pci/drm/drm_fb_helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/drm_fb_helper.c b/sys/dev/pci/drm/drm_fb_helper.c index 2d01ff85adf..31af94e7fa3 100644 --- a/sys/dev/pci/drm/drm_fb_helper.c +++ b/sys/dev/pci/drm/drm_fb_helper.c @@ -1,4 +1,4 @@ -/* $OpenBSD: drm_fb_helper.c,v 1.1 2013/03/18 12:36:51 jsg Exp $ */ +/* $OpenBSD: drm_fb_helper.c,v 1.2 2013/03/19 03:58:10 jsg Exp $ */ /* * Copyright (c) 2006-2009 Red Hat Inc. * Copyright (c) 2006-2008 Intel Corporation @@ -1064,7 +1064,7 @@ struct drm_display_mode * drm_pick_cmdline_mode(struct drm_fb_helper_connector *fb_helper_conn, int width, int height) { - printf("%s stub\n", __func__); + DRM_DEBUG_KMS("stub\n"); return (NULL); #ifdef notyet struct drm_cmdline_mode *cmdline_mode; |