commit | 8aeb3c3d655e22d3aa5ba49f313157bd27354bb4 | [log] [tgz] |
---|---|---|
author | Tilman Schmidt <tilman@imap.cc> | Tue Dec 15 18:11:31 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 15 13:24:21 2015 -0500 |
tree | 3780278c6946b64fdde2d1ec5a47b4251cca89a0 | |
parent | 4c5e354a974214dfb44cd23fa0429327693bc3ea [diff] |
ser_gigaset: remove unnecessary kfree() calls from release method device->platform_data and platform_device->resource are never used and remain NULL through their entire life. Drops the kfree() calls for them from the device release method. Signed-off-by: Tilman Schmidt <tilman@imap.cc> Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: David S. Miller <davem@davemloft.net>