From: Kevin Puetz <puetzk@puetzk.org>
To: linux-kernel@vger.kernel.org
Subject: Re: 2.5.69-mm7 build problem in sound/oss/cs46xx.c
Date: Wed, 21 May 2003 22:33:15 -0500 [thread overview]
Message-ID: <bahgaf$71t$1@main.gmane.org> (raw)
In-Reply-To: 20030519012336.44d0083a.akpm@digeo.com
looks like a janitor change gone awry, easy fix though
--- sound/oss/cs46xx.c.bak 2003-05-21 22:29:20.000000000 -0500
+++ sound/oss/cs46xx.c 2003-05-21 22:29:25.000000000 -0500
@@ -946,8 +946,8 @@
struct InitStruct
{
- u32 long off;
- u32 long val;
+ u32 off;
+ u32 val;
} InitArray[] = { {0x00000040, 0x3fc0000f},
{0x0000004c, 0x04800000},
prev parent reply other threads:[~2003-05-22 3:29 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-19 8:23 2.5.69-mm7 Andrew Morton
2003-05-19 8:23 ` 2.5.69-mm7 Andrew Morton
2003-05-19 10:30 ` 2.5.69-mm7 Rudmer van Dijk
2003-05-19 10:30 ` 2.5.69-mm7 Rudmer van Dijk
2003-05-19 10:38 ` 2.5.69-mm7 William Lee Irwin III
2003-05-19 10:38 ` 2.5.69-mm7 William Lee Irwin III
2003-05-19 13:19 ` 2.5.69-mm7 Rudmer van Dijk
2003-05-19 13:19 ` 2.5.69-mm7 Rudmer van Dijk
2003-05-19 10:58 ` 2.5.69-mm7 Alexander Hoogerhuis
2003-05-19 10:58 ` 2.5.69-mm7 Alexander Hoogerhuis
2003-05-20 19:52 ` 2.5.69-mm7 Andy Whitcroft
2003-05-20 19:52 ` 2.5.69-mm7 Andy Whitcroft
2003-05-20 20:01 ` 2.5.69-mm7 Eric W. Biederman
2003-05-20 20:01 ` 2.5.69-mm7 Eric W. Biederman
2003-05-21 12:13 ` 2.5.69-mm7 Ivan Kokshaysky
2003-05-21 12:13 ` 2.5.69-mm7 Ivan Kokshaysky
2003-05-22 3:33 ` Kevin Puetz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='bahgaf$71t$1@main.gmane.org' \
--to=puetzk@puetzk.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.