diff options
author | 2014-02-24 21:36:49 +0000 | |
---|---|---|
committer | 2014-02-24 21:36:49 +0000 | |
commit | d396e617ab15cc48625d4726955307f86b49e3a2 (patch) | |
tree | 0bf7e44251f4130ef10ed0fe5a46a4c770428f20 | |
parent | make res_search() report NO_DATA instead of HOST_NOT_FOUND in some cases. (diff) | |
download | wireguard-openbsd-d396e617ab15cc48625d4726955307f86b49e3a2.tar.xz wireguard-openbsd-d396e617ab15cc48625d4726955307f86b49e3a2.zip |
Reduce dmesg spam. Apologies to stsp@ for rejecting his larger diff that
contained this bit.
ok deraadt@
-rw-r--r-- | sys/dev/pci/drm/ttm/ttm_page_alloc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/ttm/ttm_page_alloc.c b/sys/dev/pci/drm/ttm/ttm_page_alloc.c index 9b00a203209..a0489d215e2 100644 --- a/sys/dev/pci/drm/ttm/ttm_page_alloc.c +++ b/sys/dev/pci/drm/ttm/ttm_page_alloc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ttm_page_alloc.c,v 1.3 2014/02/09 10:57:26 jsg Exp $ */ +/* $OpenBSD: ttm_page_alloc.c,v 1.4 2014/02/24 21:36:49 kettenis Exp $ */ /* * Copyright (c) Red Hat Inc. @@ -460,7 +460,6 @@ static int ttm_pool_mm_shrink(struct shrinker *shrink, static void ttm_pool_mm_shrink_init(struct ttm_pool_manager *manager) { - printf("%s stub\n", __func__); #ifdef notyet manager->mm_shrink.shrink = &ttm_pool_mm_shrink; manager->mm_shrink.seeks = 1; |