Re: [PATCH] net: ks8851-ml: Use devm_ioremap_resource

From: David Miller
Date: Sat Aug 02 2014 - 19:41:18 EST


From: Himangi Saraogi <himangi774@xxxxxxxxx>
Date: Fri, 1 Aug 2014 20:59:13 +0530

> This patch introduces the use of devm_ioremap_resource, devm_kmalloc and
> does away with the functions to free the allocated memory in the probe
> and remove functions. Also, some labels are done away with. A bug is
> fixed as two regions are allocated in the probe function, but only one
> is freed in the remove function.
>
> Signed-off-by: Himangi Saraogi <himangi774@xxxxxxxxx>
> Acked-by: Julia Lawall <julia.lawall@xxxxxxx>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/