firmware_class: fix typo in error path
authorJohannes Berg <johannes.berg@intel.com>
Wed, 18 Aug 2010 15:15:18 +0000 (17:15 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Aug 2010 01:12:46 +0000 (18:12 -0700)
commitf45f3c1f3f616ca1d1e1eb5e7a720ca63cb59550
tree86377f566006497bb55aa4dac3c05e49c632688d
parent8488a38f4d2f43bd55a3e0db4cd57a5bef3af6d6
firmware_class: fix typo in error path

In the error path, _request_firmware sets
firmware_p to NULL rather than *firmware_p,
which leads to passing a freed firmware
struct to drivers when the firmware file
cannot be found. Fix this.

Broken by commit f8a4bd3456b988fc73b2c.

Reported-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/firmware_class.c