diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2014-06-11 12:17:41 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-10 02:00:45 +0200 |
commit | b86e1926be37c77deeb176466d98678feab04066 (patch) | |
tree | 45ef90e6c898522221deaa382034ef21a1f98183 /drivers/ipack | |
parent | char: xilinx_hwicap: missing error code if ioremap() fails (diff) | |
download | linux-b86e1926be37c77deeb176466d98678feab04066.tar.xz linux-b86e1926be37c77deeb176466d98678feab04066.zip |
mfd: vexpress: fix error handling vexpress_syscfg_regmap_init()
This function should be returning an ERR_PTR() on failure instead of
NULL. Also there is a use after free bug if regmap_init() fails because
we free "func" and then dereference doing the return.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/ipack')
0 files changed, 0 insertions, 0 deletions