Commit 36bf1087 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] oss/wavfront.c warning fix.

From: "Luiz Fernando N. Capitulino" <lcapitulino@prefeitura.sp.gov.br>

sound/oss/wavfront.c: At top level:
sound/oss/wavfront.c:2498: warning: `errno' defined but not used
parent ffe52a4a
...@@ -2495,7 +2495,6 @@ static int __init detect_wavefront (int irq, int io_base) ...@@ -2495,7 +2495,6 @@ static int __init detect_wavefront (int irq, int io_base)
#include <linux/slab.h> #include <linux/slab.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
static int errno;
static int static int
wavefront_download_firmware (char *path) wavefront_download_firmware (char *path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment