Commit 6b4ed8b0 authored by Dan Carpenter's avatar Dan Carpenter Committed by Pawel Moll
Browse files

clk: vexpress: NULL dereference on error path

If the allocation fails then we dereference the NULL in the error path.
Just return directly.

Fixes: ed27ff1d

 ('clk: Versatile Express clock generators ("osc") driver')
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarPawel Moll <pawel.moll@arm.com>
parent a798c10f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment