On Fri, 2015-05-15 at 17:28 +0200, Hans Ulli Kroll wrote:
> Driver for the on chip RTC found on Cortina's SoC Gemini.

Trivia:

> diff --git a/drivers/rtc/rtc-gemini.c b/drivers/rtc/rtc-gemini.c
[]
> +static int gemini_rtc_probe(struct platform_device *pdev)
> +{
> +     struct gemini_rtc *rtc;
> +     struct device *dev = &pdev->dev;
> +     struct resource *res;
> +     int ret;
> +
> +     rtc = kzalloc(sizeof(*rtc), GFP_KERNEL);

this could/should be devm_kzalloc


--
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/

Reply via email to