1
0
Fork 0

sound/sb_midi: a couple indenting fixes

Let's make things line up a little bit better.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
hifive-unleashed-5.1
Dan Carpenter 2015-02-25 16:32:16 +03:00 committed by Takashi Iwai
parent e214e5183d
commit f0418d46d6
1 changed files with 3 additions and 3 deletions

View File

@ -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;