efivars: If pstore_register fails, free unneeded pstore buffer
authorLenny Szubowicz <lszubowi@redhat.com>
Fri, 28 Jun 2013 20:14:11 +0000 (16:14 -0400)
committerMark Brown <broonie@linaro.org>
Mon, 16 Jun 2014 20:14:30 +0000 (21:14 +0100)
commitbb0145e4e0e6f8112464975795850b3ce00c24f7
tree769879961de52389af7357688d8d6bff9a0e87dc
parent01bcc35baaa09d0dc8ac6f90dfe5b90e0efaa6f9
efivars: If pstore_register fails, free unneeded pstore buffer

This is patch 3/3 of a patch set that cleans up pstore_register failure paths.

If efivars fails to register with pstore, there is no point to keeping
the 4 KB buffer around. It's only used by the pstore read/write routines.

Signed-off-by: Lenny Szubowicz <lszubowi@redhat.com>
Reported-by: Naotaka Hamaguchi <n.hamaguchi@jp.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
(cherry picked from commit 0d838347f1325cebfe8b9341a4b4c1f407022231)
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/firmware/efi/efi-pstore.c