]> git.baikalelectronics.ru Git - kernel.git/commit
PM / Domains: Correct comment in irq_safe_dev_in_no_sleep_domain()
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 31 Jan 2017 16:01:03 +0000 (17:01 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 8 Feb 2017 12:31:49 +0000 (13:31 +0100)
commit6c1c9718b445676822051a1fd9b46595fa4837c5
tree8ea6eab64c4b1a788ea4a56f3468d151c3656b7f
parentf707ed75efc01261aea995c3ef232ceb9694a06e
PM / Domains: Correct comment in irq_safe_dev_in_no_sleep_domain()

The earlier comment stated that the dev_warn_once() was going to be printed
once per device. Let's fix that, as dev_warn_once() is printed only once,
no matter of the device.

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Lina Iyer <lina.iyer@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/domain.c