From fbed604c12d85daf44bf2c41c6eb70d0a19fca6f Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Fri, 29 Feb 2008 11:54:49 +0100 Subject: [PATCH] --- yaml --- r: 92095 b: refs/heads/master c: 0b76b51e5807951995a39ea791b39971a7ae945f h: refs/heads/master i: 92093: 8d34ea6b86a5318e16e8af4198e52776b02559fe 92091: becc899fe4196a1077e2aac0ad4240e99534fc7f 92087: 6642e043e9d8b36f7c790c1deb4f1a80c127fdf3 92079: d0a20b6e1b88eeecaa61d0752226f55c7ccd3006 92063: 07a1c630aa61e28ad73f0bbbaba78ef17612f2b5 92031: 61064a1b5381aae992935122242c91ffa6f0a095 v: v3 --- [refs] | 2 +- trunk/sound/pci/rme9652/hdspm.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index b309c99dd39e..00502c2a7ca9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0cd87b10ca29a351c61c8c63761ab8fb48e47b2f +refs/heads/master: 0b76b51e5807951995a39ea791b39971a7ae945f diff --git a/trunk/sound/pci/rme9652/hdspm.c b/trunk/sound/pci/rme9652/hdspm.c index 9a19ae6a64d9..38c931c480d9 100644 --- a/trunk/sound/pci/rme9652/hdspm.c +++ b/trunk/sound/pci/rme9652/hdspm.c @@ -1028,9 +1028,9 @@ static inline void snd_hdspm_midi_write_byte (struct hdspm *hdspm, int id, { /* the hardware already does the relevant bit-mask with 0xff */ if (id) - return hdspm_write(hdspm, HDSPM_midiDataOut1, val); + hdspm_write(hdspm, HDSPM_midiDataOut1, val); else - return hdspm_write(hdspm, HDSPM_midiDataOut0, val); + hdspm_write(hdspm, HDSPM_midiDataOut0, val); } static inline int snd_hdspm_midi_input_available (struct hdspm *hdspm, int id)