* [PATCH] s3c2410fb - initialise device_driver .owner
@ 2005-10-10 1:05 Ben Dooks
2005-10-10 8:23 ` Antonino A. Daplas
0 siblings, 1 reply; 3+ messages in thread
From: Ben Dooks @ 2005-10-10 1:05 UTC (permalink / raw)
To: linux-fbdev-devel
[-- Attachment #1: Type: text/plain, Size: 156 bytes --]
Initialise the .owner field, so that if the
driver is built as a module, the system has
a link to the owner
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
[-- Attachment #2: s3c2410-fb-add-driver-owner.patch --]
[-- Type: text/plain, Size: 511 bytes --]
diff -urN -X ../dontdiff linux-2.6.13-simtec3a/drivers/video/s3c2410fb.c linux-2.6.13-simtec3b/drivers/video/s3c2410fb.c
--- linux-2.6.13-simtec3a/drivers/video/s3c2410fb.c 2005-09-26 18:03:17.000000000 +0100
+++ linux-2.6.13-simtec3b/drivers/video/s3c2410fb.c 2005-10-10 01:46:21.000000000 +0100
@@ -889,6 +889,7 @@
static struct device_driver s3c2410fb_driver = {
.name = "s3c2410-lcd",
+ .owner = THIS_MODULE,
.bus = &platform_bus_type,
.probe = s3c2410fb_probe,
.suspend = s3c2410fb_suspend,
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] s3c2410fb - initialise device_driver .owner
2005-10-10 1:05 [PATCH] s3c2410fb - initialise device_driver .owner Ben Dooks
@ 2005-10-10 8:23 ` Antonino A. Daplas
2005-10-10 9:29 ` Ben Dooks
0 siblings, 1 reply; 3+ messages in thread
From: Antonino A. Daplas @ 2005-10-10 8:23 UTC (permalink / raw)
To: linux-fbdev-devel; +Cc: Ben Dooks
Ben Dooks wrote:
> Initialise the .owner field, so that if the
> driver is built as a module, the system has
> a link to the owner
Do you want this in 2.6.14? I'm not pushing patches right
now unless they're critical.
Tony
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] s3c2410fb - initialise device_driver .owner
2005-10-10 8:23 ` Antonino A. Daplas
@ 2005-10-10 9:29 ` Ben Dooks
0 siblings, 0 replies; 3+ messages in thread
From: Ben Dooks @ 2005-10-10 9:29 UTC (permalink / raw)
To: linux-fbdev-devel; +Cc: Ben Dooks
On Mon, Oct 10, 2005 at 04:23:49PM +0800, Antonino A. Daplas wrote:
> Ben Dooks wrote:
> > Initialise the .owner field, so that if the
> > driver is built as a module, the system has
> > a link to the owner
>
> Do you want this in 2.6.14? I'm not pushing patches right
> now unless they're critical.
It isn't critical, just getting things ready for the
next release.
--
Ben (ben@fluff.org, http://www.fluff.org/)
'a smiley only costs 4 bytes'
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-10-10 9:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-10 1:05 [PATCH] s3c2410fb - initialise device_driver .owner Ben Dooks
2005-10-10 8:23 ` Antonino A. Daplas
2005-10-10 9:29 ` Ben Dooks
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.