ser_gigaset: remove unnecessary kfree() calls from release method
authorTilman Schmidt <tilman@imap.cc>
Tue, 15 Dec 2015 17:11:31 +0000 (18:11 +0100)
committerZefan Li <lizefan@huawei.com>
Wed, 26 Oct 2016 15:15:46 +0000 (23:15 +0800)
commit344288395a42ce1959a452e4f3a8543f1c012efe
treeb06c0bf7d0b88c486815af703594686e7fbb6eaa
parent658ba629ae9263312ea373c5f9faac0b2dabf070
ser_gigaset: remove unnecessary kfree() calls from release method

commit 8aeb3c3d655e22d3aa5ba49f313157bd27354bb4 upstream.

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>
Signed-off-by: Zefan Li <lizefan@huawei.com>
drivers/isdn/gigaset/ser-gigaset.c