linux-stable/drivers/net/ethernet/micrel
Himangi Saraogi 54789983d1 net: ks8851-ml: Use devm_ioremap_resource
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@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-08-02 16:40:52 -07:00
..
Kconfig net: Move MII out from under NET_CORE and hide it 2013-06-19 22:22:56 -07:00
ks8695net.c net: get rid of SET_ETHTOOL_OPS 2014-05-13 17:43:20 -04:00
ks8695net.h
ks8842.c dmaengine: remove DMA unmap flags 2013-11-14 11:04:38 -08:00
ks8851.c net: ks8851: Don't use regulator_get_optional() 2014-06-02 00:13:51 -07:00
ks8851.h drivers/net: fix up stale paths from driver reorg 2012-01-30 12:54:40 -05:00
ks8851_mll.c net: ks8851-ml: Use devm_ioremap_resource 2014-08-02 16:40:52 -07:00
ksz884x.c micrel: Use time_before_eq() 2014-05-22 15:50:12 -04:00
Makefile