From: Pan Bian <[email protected]> Date: Sun, 23 Apr 2017 17:38:35 +0800
> From: Pan Bian <[email protected]> > > In function pc300_pci_init_one(), on the ioremap error path, function > pc300_pci_remove_one() is called to free the allocated memory. However, > the path is not terminated, and the freed memory will be used later, > resulting in use-after-free bugs. This path fixes the bug. > > Signed-off-by: Pan Bian <[email protected]> Applied.

