aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2015-02-25 16:32:16 +0300
committerTakashi Iwai <tiwai@suse.de>2015-02-25 20:08:27 +0100
commitf0418d46d6ad25be991d557c6c50d1e61b4ba690 (patch)
treec88881ecef50b3997678048466106ff47b18281e /sound
parentsound/sb_ess: white space cleanups (diff)
downloadlinux-dev-f0418d46d6ad25be991d557c6c50d1e61b4ba690.tar.xz
linux-dev-f0418d46d6ad25be991d557c6c50d1e61b4ba690.zip
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>
Diffstat (limited to 'sound')
-rw-r--r--sound/oss/sb_midi.c6
1 files changed, 3 insertions, 3 deletions
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;