]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commit
firmware loader: embed device into firmware_priv structure
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 4 Jun 2010 07:54:43 +0000 (00:54 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 5 Aug 2010 20:53:34 +0000 (13:53 -0700)
commitf8a4bd3456b988fc73b2c291b9e01b434c8fa940
tree9e45a2c9a65fe87632dbcfde479aa456e6cae67a
parent0983ca2d0f0ff645bc86899aefb936cffb314839
firmware loader: embed device into firmware_priv structure

Both these structures have the same lifetime rules so instead of allocating
and managing them separately embed struct device into struct firmware_priv.
Also make sure to delete sysfs attributes ourselves instead of expecting
sysfs to clean up our mess.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/firmware_class.c