diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2016-02-17 21:04:41 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2016-02-17 22:14:18 +0100 |
commit | 23217b443b4b0439c8b55d3be0482d3cd7fbc5ac (patch) | |
tree | 2bc6a4587f59dd9a15a40cb2e1d285cf27d96acd /drivers/ipack | |
parent | workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup (diff) | |
download | linux-23217b443b4b0439c8b55d3be0482d3cd7fbc5ac.tar.xz linux-23217b443b4b0439c8b55d3be0482d3cd7fbc5ac.zip |
workqueue: Replace usage of init_name with dev_set_name()
The init_name property of the device struct is sort of a hack and should
only be used for statically allocated devices. Since the device is
dynamically allocated here it is safe to use the proper way to set a
devices name by calling dev_set_name().
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ipack')
0 files changed, 0 insertions, 0 deletions