Actually it doesn't leak. But it will Oops.
regards,
dan carpenter
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
On Thu, Jun 11, 2015 at 09:13:50AM -0700, gre...@linuxfoundation.org wrote:
> On Thu, Jun 11, 2015 at 07:48:43AM +, Gujulan Elango, Hari Prasath (H.)
> wrote:
> > From: Hari Prasath Gujulan Elango
> >
> > This patch removes code that is unused for any functionality in the
> > ioctl SIOCDEVPR
On Thu, Jun 11, 2015 at 07:48:43AM +, Gujulan Elango, Hari Prasath (H.)
wrote:
> From: Hari Prasath Gujulan Elango
>
> This patch removes code that is unused for any functionality in the
> ioctl SIOCDEVPRIVATE + 1.But since it is mentioned in the TODO
> list that it needs to be replaced with
From: Hari Prasath Gujulan Elango
This patch removes code that is unused for any functionality in the
ioctl SIOCDEVPRIVATE + 1.But since it is mentioned in the TODO
list that it needs to be replaced with generic API functions,the
debug print alone is left as it is.
Signed-off-by: Hari Prasath Gu