On Sun, Sep 22, 2013 at 06:04:23AM +0100, Wei Yongjun wrote: > From: Wei Yongjun <[email protected]> > > This patch fix the error handle of function cci_pmu_probe(): > - using IS_ERR() instead of NULL test for the return value of > devm_ioremap_resource() since it nerver return NULL. > - remove kfree() for devm_kzalloc allocated memory > - remove dev_warn() since devm_ioremap_resource() has error message > already. > > Signed-off-by: Wei Yongjun <[email protected]>
Cheers Wei, I'll add this as a new patch on top of my perf branch. Will -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

