On Thu, Jun 6, 2013 at 3:22 AM, Kukjin Kim <kgene.kim@xxxxxxxxxxx> wrote: > From: Thomas Abraham <thomas.ab@xxxxxxxxxxx> > > This patch fixes issues reported by prevent tool. > > Signed-off-by: Thomas Abraham <thomas.ab@xxxxxxxxxxx> > Signed-off-by: Kukjin Kim <kgene.kim@xxxxxxxxxxx> Patch applied except for this hunk: > - priv = devm_kzalloc(dev, sizeof(priv), GFP_KERNEL); > + priv = devm_kzalloc(dev, sizeof(*priv), GFP_KERNEL); That was already fixed by the patch "pinctrl: exynos5440: fix invalid use of sizeof in exynos5440_pinctrl_probe()" by Wei Yongjun. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html