drivers_base: platform: use always ->name for uevent
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Mon, 15 Aug 2011 14:51:22 +0000 (16:51 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 00:53:08 +0000 (17:53 -0700)
commit0a26813c9f528f17901b2f2394fba8557d2c9485
treea90242c302855c56763f9d46bc643cec2e02c8cc
parent9245acd20d58d5a9a3ed5ebf8c486e0609027817
drivers_base: platform: use always ->name for uevent

If id_entry is available then it is used. However if we remove first the
driver followed by the device, then the id_entry is pointing to driver's
memory which is long gone.
Since id->name and plat->name are equal there is no point in
distinguishing them.

Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/platform.c