]> Pileus Git - ~andy/linux/commit
tty: serial: max310x: Remove explicit use of devm_kfree
authorEmil Goode <emilgoode@gmail.com>
Sat, 18 Aug 2012 16:12:49 +0000 (18:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Sep 2012 19:33:40 +0000 (12:33 -0700)
commitfd7c81f864e3d8a2847fc0e36fde78b0da2fdf2c
tree4326bea291a35752cf6a0a25710a205ddaf89d77
parent23e7c6a765df64cafebff2d50fc51345797ca99a
tty: serial: max310x: Remove explicit use of devm_kfree

There is no reason to explicitly call devm_kfree
in probe or remove functions.

Signed-off-by: Emil Goode <emilgoode@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/max310x.c