]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/oss/opl3.c
Pull asus into test branch
[linux-2.6-omap-h63xx.git] / sound / oss / opl3.c
index a31734b7842fc9bff2cd0aab50292578c0966bed..2e8cfa5481f28c4e1e7d7f2d40b5326538bd02d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * sound/opl3.c
+ * sound/oss/opl3.c
  *
  * A low level driver for Yamaha YM3812 and OPL-3 -chips
  *
@@ -166,7 +166,7 @@ int opl3_detect(int ioaddr, int *osp)
                return 0;
        }
 
-       devc = (struct opl_devinfo *)kmalloc(sizeof(*devc), GFP_KERNEL);
+       devc = kmalloc(sizeof(*devc), GFP_KERNEL);
 
        if (devc == NULL)
        {