]> git.baikalelectronics.ru Git - kernel.git/commit
firmware loader: do not allocate firmare id separately
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 14 Mar 2010 07:49:23 +0000 (23:49 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 21 May 2010 16:37:30 +0000 (09:37 -0700)
commit24460dfe1669e4c6243117020b5f48935f2e717d
tree4028292609b20e1d65eb2f8ff9e6e5be608a04c9
parent015b37cc4df99e190ad893f7d9c1041eae242f1a
firmware loader: do not allocate firmare id separately

fw_id has the same life time as firmware_priv so it makes sense to move
it into firmware_priv structure instead of allocating separately.

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