]> git.karo-electronics.de Git - karo-tx-linux.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)
commitf3c826ac26766f82769319db68f5b4337d6efc24
tree8ea6eab64c4b1a788ea4a56f3468d151c3656b7f
parent86e12eac1f7f84b03512ecfa110c48b9204e6286
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