]> git.baikalelectronics.ru Git - kernel.git/commit
sysdev: Fix type of sysdev class attribute in memory driver
authorAndi Kleen <andi@firstfloor.org>
Tue, 5 Jan 2010 11:48:06 +0000 (12:48 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 8 Mar 2010 01:04:47 +0000 (17:04 -0800)
commit64376a91ce2068f43ed499ef7b374fd1d5e4b5f7
tree92a9044e3ea45ea25fb7ec0993f4a499c7625e63
parent27d54fe41d0f684cc1a329b6681c85d14e50f36f
sysdev: Fix type of sysdev class attribute in memory driver

This attribute is really a sysdev_class attribute, not a plain class attribute.

They are identical in layout currently, but this might not always be
the case.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/memory.c