On Mon, Oct 22, 2012 at 03:52:24PM -0700, Andrew Morton wrote:
> On Fri, 19 Oct 2012 14:46:35 +0800
> we...@cn.fujitsu.com wrote:
>
> > From: Yasuaki Ishimatsu
> >
> > When calling unregister_node(), the function shows following message at
> > device_release().
> >
> > "Device 'node2' does not
On Fri, 19 Oct 2012 14:46:35 +0800
we...@cn.fujitsu.com wrote:
> From: Yasuaki Ishimatsu
>
> When calling unregister_node(), the function shows following message at
> device_release().
>
> "Device 'node2' does not have a release() function, it is broken and must
> be fixed."
>
> The reason is
On Fri, Oct 19, 2012 at 2:46 AM, wrote:
> From: Yasuaki Ishimatsu
>
> When calling unregister_node(), the function shows following message at
> device_release().
>
> "Device 'node2' does not have a release() function, it is broken and must
> be fixed."
>
> The reason is node's device struct does
From: Yasuaki Ishimatsu
When calling unregister_node(), the function shows following message at
device_release().
"Device 'node2' does not have a release() function, it is broken and must
be fixed."
The reason is node's device struct does not have a release() function.
So the patch registers n
4 matches
Mail list logo