提交 f0418d46 编写于 作者: D Dan Carpenter 提交者: Takashi Iwai

sound/sb_midi: a couple indenting fixes

Let's make things line up a little bit better.
Signed-off-by: NDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 e214e518
...@@ -179,14 +179,14 @@ void sb_dsp_midi_init(sb_devc * devc, struct module *owner) ...@@ -179,14 +179,14 @@ void sb_dsp_midi_init(sb_devc * devc, struct module *owner)
{ {
printk(KERN_WARNING "Sound Blaster: failed to allocate MIDI memory.\n"); printk(KERN_WARNING "Sound Blaster: failed to allocate MIDI memory.\n");
sound_unload_mididev(dev); sound_unload_mididev(dev);
return; return;
} }
memcpy((char *) midi_devs[dev], (char *) &sb_midi_operations, memcpy((char *) midi_devs[dev], (char *) &sb_midi_operations,
sizeof(struct midi_operations)); sizeof(struct midi_operations));
if (owner) if (owner)
midi_devs[dev]->owner = owner; midi_devs[dev]->owner = owner;
midi_devs[dev]->devc = devc; midi_devs[dev]->devc = devc;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册