diff options
author | Remy Bruno <remy.bruno@trinnov.com> | 2006-06-12 09:25:22 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-06-22 21:34:19 +0200 |
commit | ecb594e66e740dc390a301768d89662777f1fde2 (patch) | |
tree | c5f2e55e3e0e2e9f9693e9e56ef9002b59b311c1 /sound | |
parent | 58398895663f855aa32b440b164c426cfae4450c (diff) | |
download | op-kernel-dev-ecb594e66e740dc390a301768d89662777f1fde2.zip op-kernel-dev-ecb594e66e740dc390a301768d89662777f1fde2.tar.gz |
[ALSA] RME HDSP - fixed proc interface (missing {})
From: Remy Bruno <remy.bruno@trinnov.com>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/rme9652/hdsp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c index bf89ab9..eaf3c22 100644 --- a/sound/pci/rme9652/hdsp.c +++ b/sound/pci/rme9652/hdsp.c @@ -3169,9 +3169,10 @@ snd_hdsp_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) char *clock_source; int x; - if (hdsp_check_for_iobox (hdsp)) + if (hdsp_check_for_iobox (hdsp)) { snd_iprintf(buffer, "No I/O box connected.\nPlease connect one and upload firmware.\n"); return; + } if (hdsp_check_for_firmware(hdsp, 0)) { if (hdsp->state & HDSP_FirmwareCached) { |