aboutsummaryrefslogtreecommitdiffstats
path: root/sound/sparc/dbri.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/sparc/dbri.c')
-rw-r--r--sound/sparc/dbri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/sparc/dbri.c b/sound/sparc/dbri.c
index a6b0deb77746..ae35f5342e10 100644
--- a/sound/sparc/dbri.c
+++ b/sound/sparc/dbri.c
@@ -592,7 +592,7 @@ static __u32 reverse_bytes(__u32 b, int len)
592 break; 592 break;
593 default: 593 default:
594 printk(KERN_ERR "DBRI reverse_bytes: unsupported length\n"); 594 printk(KERN_ERR "DBRI reverse_bytes: unsupported length\n");
595 }; 595 }
596 596
597 return b; 597 return b;
598} 598}