projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f86e776
)
[PATCH] media-radio: Maestro radio delete owner line from video device
author
Jiri Slaby
<xslaby@fi.muni.cz>
Tue, 10 Jan 2006 04:52:51 +0000
(20:52 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:41 +0000
(08:01 -0800)
fops is used for module handling with ownership.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/radio/radio-maestro.c
patch
|
blob
|
history
diff --git
a/drivers/media/radio/radio-maestro.c
b/drivers/media/radio/radio-maestro.c
index
a77da35
..
36c9f5b
100644
(file)
--- a/
drivers/media/radio/radio-maestro.c
+++ b/
drivers/media/radio/radio-maestro.c
@@
-93,7
+93,6
@@
static struct file_operations maestro_fops = {
};
static struct video_device maestro_radio = {
- .owner = THIS_MODULE,
.name = "Maestro radio",
.type = VID_TYPE_TUNER,
.hardware = VID_HARDWARE_SF16MI,