From: milesp20 Date: Fri, 12 May 2017 17:27:59 +0000 (-0600) Subject: Remove old debug line X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71bb2c647879e5a61dbb52f6473ba8e4e981647a;p=intel_nuc_led Remove old debug line --- diff --git a/nuc_led.c b/nuc_led.c index 0df529e..a6b3799 100644 --- a/nuc_led.c +++ b/nuc_led.c @@ -345,7 +345,6 @@ static ssize_t acpi_proc_write(struct file *filp, const char __user *buff, retval.color_return == NUCLED_WMI_RETURN_BADPARAM) { pr_warn("Unable to set NUC LED state: invalid parameter\n"); - pr_info("0x%02x , 0x%02x , 0x%02x\n", retval.brightness_return, retval.blink_fade_return, retval.color_return); } else if (retval.brightness_return != NUCLED_WMI_RETURN_SUCCESS) {