Re: [PATCH v3 2/9] suppress "Device nodeX does not have a release() function" warning

2012-10-22 Thread Greg KH
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

Re: [PATCH v3 2/9] suppress "Device nodeX does not have a release() function" warning

2012-10-22 Thread Andrew Morton
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

Re: [PATCH v3 2/9] suppress "Device nodeX does not have a release() function" warning

2012-10-18 Thread KOSAKI Motohiro
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

[PATCH v3 2/9] suppress "Device nodeX does not have a release() function" warning

2012-10-18 Thread wency
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