powerpc/pseries/cmm: Implement release() function for sysfs device
authorDavid Hildenbrand <david@redhat.com>
Thu, 31 Oct 2019 14:29:22 +0000 (15:29 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 13 Nov 2019 05:58:00 +0000 (16:58 +1100)
commit7d8212747435c534c8d564fbef4541a463c976ff
treeacfb452c4645569fd859c07ca5f0d72cfed61f9e
parent0a87ccd3699983645f54cafd2258514a716b20b8
powerpc/pseries/cmm: Implement release() function for sysfs device

When unloading the module, one gets
  ------------[ cut here ]------------
  Device 'cmm0' does not have a release() function, it is broken and must be fixed. See Documentation/kobject.txt.
  WARNING: CPU: 0 PID: 19308 at drivers/base/core.c:1244 .device_release+0xcc/0xf0
  ...

We only have one static fake device. There is nothing to do when
releasing the device (via cmm_exit()).

Signed-off-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20191031142933.10779-2-david@redhat.com
arch/powerpc/platforms/pseries/cmm.c