commit | 6b4ed8b00e93bd31f24a25f59ed8d1b808d0cc00 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Nov 07 08:08:44 2013 +0000 |
committer | Pawel Moll <pawel.moll@arm.com> | Thu Apr 24 11:39:06 2014 +0100 |
tree | 2570de1eabab44273210e6d3e3bff4749f5840dd | |
parent | a798c10faf62a505d24e5f6213fbaf904a39623f [diff] |
clk: vexpress: NULL dereference on error path If the allocation fails then we dereference the NULL in the error path. Just return directly. Fixes: ed27ff1db869 ('clk: Versatile Express clock generators ("osc") driver') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Pawel Moll <pawel.moll@arm.com>