[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20111126200341.GD11421@kroah.com>
Date: Sat, 26 Nov 2011 12:03:41 -0800
From: Greg KH <greg@...ah.com>
To: Alessandro Rubini <rubini@...dd.com>
Cc: linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org,
federico.vaga@...il.com, dcobas@...n.ch, siglesia@...n.ch,
manohar.vanga@...n.ch
Subject: Re: [RFC PATCH 3/7] drivers/zio: core files for the ZIO input/output
On Sat, Nov 26, 2011 at 06:30:42PM +0100, Alessandro Rubini wrote:
> +static struct kobj_type zdktype = { /* For standard and extended attribute */
> + .release = NULL,
Sweet!
As-per the in-kernel documentation, I now get to mock you for doing
this :)
Please NEVER DO THIS, you are ignoring the messages that the kernel
sends you when you remove one of these devices, and causing a memory
leak.
Not nice at all, yet another reason to use a 'struct device'.
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists