Re: [PATCH 1/2]suppress "Device memoryX does not have a release() function" warning

2012-10-11 Thread KOSAKI Motohiro
On Thu, Oct 11, 2012 at 1:22 AM, Yasuaki Ishimatsu wrote: > When calling remove_memory_block(), the function shows following message at > device_release(). > > "Device 'memory528' does not have a release() function, it is broken and must > be fixed." > > The reason is memory_block's device struct

Re: [PATCH 1/2]suppress "Device memoryX does not have a release() function" warning

2012-10-11 Thread David Rientjes
On Thu, 11 Oct 2012, Yasuaki Ishimatsu wrote: > When calling remove_memory_block(), the function shows following message at > device_release(). > > "Device 'memory528' does not have a release() function, it is broken and must > be fixed." > > The reason is memory_block's device struct does not h

[PATCH 1/2]suppress "Device memoryX does not have a release() function" warning

2012-10-10 Thread Yasuaki Ishimatsu
When calling remove_memory_block(), the function shows following message at device_release(). "Device 'memory528' does not have a release() function, it is broken and must be fixed." The reason is memory_block's device struct does not have a release() function. So the patch registers memory_bloc