firmware loader: use statically initialized data attribute
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 4 Jun 2010 07:54:37 +0000 (00:54 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 5 Aug 2010 20:53:34 +0000 (13:53 -0700)
There is no reason why we are using a template for binary attribute
and copying it into per-firmware data before registering. Using the
original works as well.

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

No differences found