Skip to content

Commit

Permalink
[PATCH] media-radio: Maestro radio delete owner line from video device
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Jan 10, 2006
1 parent f86e776 commit 632d640
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/radio/radio-maestro.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 632d640

Please sign in to comment.