commit | 1b2a405bbacc513627be875515bff4af5b498346 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Thu Aug 22 11:08:04 2013 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Aug 27 16:24:33 2013 -0700 |
tree | f5a03efe53cd47cfd7e17dff2492f62ade2b33f3 | |
parent | 46ddeff30e59749aecff9b1357855f7d7bfe74b8 [diff] |
TTY: amiserial, remove unnecessary platform_set_drvdata() The driver core clears the driver data to NULL after device_release or on probe failure. Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>