On Thu, Jun 6, 2013 at 3:22 AM, Kukjin Kim <[email protected]> wrote:

> From: Thomas Abraham <[email protected]>
>
> This patch fixes issues reported by prevent tool.
>
> Signed-off-by: Thomas Abraham <[email protected]>
> Signed-off-by: Kukjin Kim <[email protected]>

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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to