Fix Coverity #343017, Missing unlock
authorJustin Chadwell <justin.chadwell@arm.com>
Tue, 23 Jul 2019 08:54:07 +0000 (09:54 +0100)
committerJustin Chadwell <justin.chadwell@arm.com>
Tue, 6 Aug 2019 12:06:03 +0000 (13:06 +0100)
commitfc6b626c6b6d17993764db9bc14c7c8457835854
treefe3c534d858511e351c1415e6a8d1c7470279f27
parent4249e8b94fde3dc41e867563f13b21f6b8296509
Fix Coverity #343017, Missing unlock

All other returns from this function unlock the responses_lock, so we
also should release the lock in this case.

Change-Id: Ie2cfa8755723fed79e809f9480190d11f373a217
Signed-off-by: Justin Chadwell <justin.chadwell@arm.com>
services/std_svc/spm/spm_buffers.c