diff options
| -rw-r--r-- | drivers/acpi/ec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index 982b67faaaf3..a8dd2f763382 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c | |||
| @@ -680,7 +680,7 @@ static void acpi_ec_start(struct acpi_ec *ec, bool resuming) | |||
| 680 | /* Enable GPE for event processing (SCI_EVT=1) */ | 680 | /* Enable GPE for event processing (SCI_EVT=1) */ |
| 681 | if (!resuming) | 681 | if (!resuming) |
| 682 | acpi_ec_submit_request(ec); | 682 | acpi_ec_submit_request(ec); |
| 683 | pr_info("+++++ EC started +++++\n"); | 683 | pr_debug("EC started\n"); |
| 684 | } | 684 | } |
| 685 | spin_unlock_irqrestore(&ec->lock, flags); | 685 | spin_unlock_irqrestore(&ec->lock, flags); |
| 686 | } | 686 | } |
| @@ -712,7 +712,7 @@ static void acpi_ec_stop(struct acpi_ec *ec, bool suspending) | |||
| 712 | acpi_ec_complete_request(ec); | 712 | acpi_ec_complete_request(ec); |
| 713 | clear_bit(EC_FLAGS_STARTED, &ec->flags); | 713 | clear_bit(EC_FLAGS_STARTED, &ec->flags); |
| 714 | clear_bit(EC_FLAGS_STOPPED, &ec->flags); | 714 | clear_bit(EC_FLAGS_STOPPED, &ec->flags); |
| 715 | pr_info("+++++ EC stopped +++++\n"); | 715 | pr_debug("EC stopped\n"); |
| 716 | } | 716 | } |
| 717 | spin_unlock_irqrestore(&ec->lock, flags); | 717 | spin_unlock_irqrestore(&ec->lock, flags); |
| 718 | } | 718 | } |
