Re: [PATCH 3/3] ser_gigaset: remove unnecessary kfree() calls from release method
Paul Bolle <[email protected]> Wed, 09 Dec 2015 00:15:50 +0100
| Newsgroups | gmane.linux.kernel,gmane.linux.network,gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Tilman, On di, 2015-12-08 at 12:00 +0100, Tilman Schmidt wrote: > 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 <[email protected]> > Reported-by: Paul Bolle <[email protected]> s/Reported-by/Acked-by/ (Having both lines would be overdoing things.) Thanks, Paul Bolle