]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] cbe_thermal: Fix initialization of sysfs attribute_group
authorChristian Krafft <krafft@de.ibm.com>
Thu, 7 Dec 2006 18:01:16 +0000 (19:01 +0100)
committerPaul Mackerras <paulus@samba.org>
Fri, 8 Dec 2006 06:21:02 +0000 (17:21 +1100)
commit22b6e590478ae8757f0411cf16a24c25d8dfea86
treece1ca9303d7031e0d1f9a4a3b71b8cec162a8c4a
parent18414ec0b56783f625edb95a9499bcb0ef12d6b8
[POWERPC] cbe_thermal: Fix initialization of sysfs attribute_group

This patch adds NULL to the initialization of the attribute_groups.
The spu_attributes and ppe_attributes arrays are arrays of pointers
that need to be terminated with a NULL entry.

Signed-off-by: Christian Krafft <krafft@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/cell/cbe_thermal.c