Skip to content
Commit 340743bb authored by Jim Quigley's avatar Jim Quigley Committed by jimqui01
Browse files

juno: Fix clock-id handling in HDLCD driver



There is a bug in the HDLCD clock driver when it stores the ID of
the clock which is currently waiting for a PENDING request. The
clock ID is stored once for the module, so if requests are initiated
for multiple devices the clock ID of the last request will
overwrite the clock ID of the request which is actually in progress.
So we fix this by handling only one request at a time.

Change-Id: I9abbd572954b328da7123312f288a6cededeb98b
Signed-off-by: default avatarJim Quigley <jim.quigley@arm.com>
parent 1f5c1c9d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment