diff options
Diffstat (limited to 'sound/usb/6fire/comm.c')
-rw-r--r-- | sound/usb/6fire/comm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/6fire/comm.c b/sound/usb/6fire/comm.c index 1a75c36932d8..9e6e3ffd86bb 100644 --- a/sound/usb/6fire/comm.c +++ b/sound/usb/6fire/comm.c | |||
@@ -125,7 +125,7 @@ static int usb6fire_comm_write16(struct comm_runtime *rt, u8 request, | |||
125 | return usb6fire_comm_send_buffer(buffer, rt->chip->dev); | 125 | return usb6fire_comm_send_buffer(buffer, rt->chip->dev); |
126 | } | 126 | } |
127 | 127 | ||
128 | int __devinit usb6fire_comm_init(struct sfire_chip *chip) | 128 | int usb6fire_comm_init(struct sfire_chip *chip) |
129 | { | 129 | { |
130 | struct comm_runtime *rt = kzalloc(sizeof(struct comm_runtime), | 130 | struct comm_runtime *rt = kzalloc(sizeof(struct comm_runtime), |
131 | GFP_KERNEL); | 131 | GFP_KERNEL); |