Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c00bac88 authored by Eddie James's avatar Eddie James Committed by Benjamin Herrenschmidt
Browse files

fsi: sbefifo: Add missing mutex_unlock



There was no unlock of the FFDC mutex.

Fixes: 9f4a8a2d ("fsi/sbefifo: Add driver for the SBE FIFO")
Signed-off-by: default avatarEddie James <eajames@linux.vnet.ibm.com>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 6b293258
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -194,6 +194,7 @@ static void sbefifo_dump_ffdc(struct device *dev, const __be32 *ffdc,
		}
		dev_warn(dev, "+-------------------------------------------+\n");
	}
	mutex_unlock(&sbefifo_ffdc_mutex);
}

int sbefifo_parse_status(struct device *dev, u16 cmd, __be32 *response,