commit | a6f05b97d1ba87326bd96f3da9fef994830d6994 | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Sun Nov 06 21:54:12 2011 +0100 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Mon Nov 07 23:02:24 2011 +0100 |
tree | d3e4aa1f3d0691c45842b49338d2fce8e74a43e7 | |
parent | 94956eed14b4b16d401c8ad36d68df0608f968cb [diff] |
PM / QoS: Set cpu_dma_pm_qos->name Since commit 4a31a334, the name of this misc device is not initialized, which leads to a funny device named /dev/(null) being created and /proc/misc containing an entry with just a number but no name. The latter leads to complaints by cryptsetup, which caused me to investigate this matter. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>