* [2.5 PATCH] USB speedtouch: set owner fields
@ 2003-05-23 16:06 Duncan Sands
2003-05-23 20:38 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Duncan Sands @ 2003-05-23 16:06 UTC (permalink / raw)
To: linux-usb-devel; +Cc: Greg KH, linux-kernel
I think I'd better work on my plausible deniability...
speedtch.c | 2 ++
1 files changed, 2 insertions(+)
diff -Nru a/drivers/usb/misc/speedtch.c b/drivers/usb/misc/speedtch.c
--- a/drivers/usb/misc/speedtch.c Fri May 23 18:04:51 2003
+++ b/drivers/usb/misc/speedtch.c Fri May 23 18:04:51 2003
@@ -238,6 +238,7 @@
.ioctl = udsl_atm_ioctl,
.send = udsl_atm_send,
.proc_read = udsl_atm_proc_read,
+ .owner = THIS_MODULE,
};
/* USB */
@@ -247,6 +248,7 @@
static int udsl_usb_ioctl (struct usb_interface *intf, unsigned int code, void *user_data);
static struct usb_driver udsl_usb_driver = {
+ .owner = THIS_MODULE,
.name = udsl_driver_name,
.probe = udsl_usb_probe,
.disconnect = udsl_usb_disconnect,
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [2.5 PATCH] USB speedtouch: set owner fields
2003-05-23 16:06 [2.5 PATCH] USB speedtouch: set owner fields Duncan Sands
@ 2003-05-23 20:38 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2003-05-23 20:38 UTC (permalink / raw)
To: Duncan Sands; +Cc: linux-usb-devel, linux-kernel
On Fri, May 23, 2003 at 06:06:23PM +0200, Duncan Sands wrote:
> I think I'd better work on my plausible deniability...
Applied, thanks.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-05-23 20:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-23 16:06 [2.5 PATCH] USB speedtouch: set owner fields Duncan Sands
2003-05-23 20:38 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox