commit | b32a8b6410b9e718f3d47dbe7a266b7a0b70bb66 | [log] [tgz] |
---|---|---|
author | Himangi Saraogi <himangi774@gmail.com> | Sun Aug 03 13:39:43 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 04 12:55:23 2014 -0700 |
tree | cbdbb075af6d956b45e46e1a25d72c6eb6559c31 | |
parent | 5fa766946ba3ef88374445ec014f0e72481fd63a [diff] |
net: phy: spi_ks8995: Introduce the use of devm_kzalloc This patch introduces the use of devm_kzalloc and does away with the kfrees in the probe and remove functions. Also, a label is removed. 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>