Re: [PATCH resend] Adding dummy release functions to avoid warnings.
From: Vitaliy Ivanov <hidden>
Date: 2008-06-05 16:58:56
Also in:
lkml
From: Vitaliy Ivanov <hidden>
Date: 2008-06-05 16:58:56
Also in:
lkml
Andrew, On Thu, 2008-06-05 at 19:07, Andrew Morton wrote:
On Thu, 5 Jun 2008 12:39:46 +0300 "Vitaliy Ivanov" [off-list ref] wrote:quoted
Trivial fix for #9690. Added simple release functions that doing nothing. Not sure whether we can leave it as is or to rework using platform_device helpers like platform_device_alloc.Please see Documentation/kobject.txt - search for the text "mocked mercilessly" :)quoted
This approach is used in many drivers. -- drivers/mtd/maps/physmap.c | 6 ++++++Let's mock David too!
Damn. I knew that everything is not so easy here;) Got it. Tnx. But in such case there are _again_ many drivers that do implement such fake functions. Again is because when I tried to port some usb driver there were issues with locking that was not correct but many drivers worked exactly this incorrect way. Anyway, tnx for clarifying this. V.