Messages in this thread Patch in this message |  | | From | kys@linuxonh ... | Subject | [PATCH 4/5] uio_hv_generic: drop #ifdef DEBUG | Date | Fri, 10 Aug 2018 23:06:10 +0000 |
| |
From: Stephen Hemminger <stephen@networkplumber.org>
DEBUG is leftover from the development phase, remove it.
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> --- drivers/uio/uio_hv_generic.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/uio/uio_hv_generic.c b/drivers/uio/uio_hv_generic.c index 35678d08d9d8..ab0c0e7e8a44 100644 --- a/drivers/uio/uio_hv_generic.c +++ b/drivers/uio/uio_hv_generic.c @@ -19,7 +19,6 @@ * # echo -n "ed963694-e847-4b2a-85af-bc9cfc11d6f3" \ * > /sys/bus/vmbus/drivers/uio_hv_generic/bind */ -#define DEBUG 1 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/device.h> -- 2.18.0
|  |