[ARM] 4641/2: netX: fix kobject_name type
authorRobert Schwebel <robert@schwebel.de>
Mon, 5 Nov 2007 16:55:24 +0000 (17:55 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 5 Nov 2007 17:19:14 +0000 (17:19 +0000)
commit93e29a2ecaa8372c5bb9b996b8b43e03a7c37f3c
tree9a39948344191265eeb01413a8c1c79bf6768d63
parentc617360afaeeef4bf3768dc0537edfc72ffb2763
[ARM] 4641/2: netX: fix kobject_name type

With commit 5984a2fc7e7c9ab118e78ae9799e98fc4ade40f9 kobject_name() is
correctly being used to access the name field of kobj, but that function
needs a pointer to a kobject, not the kobject itself.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-netx/xc.c