commit | 1e95e3b2da424db68d0a465273f1901a990c6277 | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Thu Jan 29 18:39:05 2015 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Feb 03 22:59:25 2015 +0100 |
tree | 81e2fffc99ee694bfda81302ee818b22a6f21358 | |
parent | 766bb53c015bcc28dbd5ceb7c004581af7ab51b2 [diff] |
PM: Convert dev_pm_put_subsys_data() into a void function Clients using the dev_pm_put_subsys_data() API isn't interested of a return value. They care only of decreasing a reference to the device's pm_subsys_data. So, let's convert the API to a void function, which anyway seems like reasonable thing to do. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>