diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-11-01 05:11:07 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-11-01 05:11:07 -0500 |
commit | e87a3dd33eab30b4db539500064a9584867e4f2c (patch) | |
tree | 2f7ad16e46ae30518ff63bb5391b63f7f7cc74dd /sound/usb/usx2y/us122l.c | |
parent | b14f5de731ae657d498d18d713c6431bfbeefb4b (diff) | |
parent | 3d00941371a765779c4e3509214c7e5793cce1fe (diff) |
Merge branch 'fix/misc' into topic/misc
Diffstat (limited to 'sound/usb/usx2y/us122l.c')
-rw-r--r-- | sound/usb/usx2y/us122l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/usx2y/us122l.c b/sound/usb/usx2y/us122l.c index b54e8ca360d1..00cd54c236b4 100644 --- a/sound/usb/usx2y/us122l.c +++ b/sound/usb/usx2y/us122l.c | |||
@@ -176,7 +176,7 @@ static void usb_stream_hwdep_vm_close(struct vm_area_struct *area) | |||
176 | snd_printdd(KERN_DEBUG "%i\n", atomic_read(&us122l->mmap_count)); | 176 | snd_printdd(KERN_DEBUG "%i\n", atomic_read(&us122l->mmap_count)); |
177 | } | 177 | } |
178 | 178 | ||
179 | static struct vm_operations_struct usb_stream_hwdep_vm_ops = { | 179 | static const struct vm_operations_struct usb_stream_hwdep_vm_ops = { |
180 | .open = usb_stream_hwdep_vm_open, | 180 | .open = usb_stream_hwdep_vm_open, |
181 | .fault = usb_stream_hwdep_vm_fault, | 181 | .fault = usb_stream_hwdep_vm_fault, |
182 | .close = usb_stream_hwdep_vm_close, | 182 | .close = usb_stream_hwdep_vm_close, |