[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)
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>

No differences found