From: Dan Carpenter Date: Wed, 25 Feb 2015 13:32:16 +0000 (+0300) Subject: sound/sb_midi: a couple indenting fixes X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f0418d46d6ad25be991d557c6c50d1e61b4ba690;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git sound/sb_midi: a couple indenting fixes Let's make things line up a little bit better. Signed-off-by: Dan Carpenter Signed-off-by: Takashi Iwai --- diff --git a/sound/oss/sb_midi.c b/sound/oss/sb_midi.c index f139028e85c0..551ee7557b4e 100644 --- a/sound/oss/sb_midi.c +++ b/sound/oss/sb_midi.c @@ -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"); sound_unload_mididev(dev); - return; + return; } memcpy((char *) midi_devs[dev], (char *) &sb_midi_operations, sizeof(struct midi_operations)); if (owner) - midi_devs[dev]->owner = owner; - + midi_devs[dev]->owner = owner; + midi_devs[dev]->devc = devc;