mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Kill warning in ac97_codec
@ 2002-06-10 19:33 Sam Ravnborg
  0 siblings, 0 replies; only message in thread
From: Sam Ravnborg @ 2002-06-10 19:33 UTC (permalink / raw)
  To: perex, torvalds; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 111 bytes --]

Kill warning from xxx_bit funtions in ac97_codec.
Compiled, but no possibility to test.

Against 2.5.21.

	Sam

[-- Attachment #2: ac97.patch --]
[-- Type: text/plain, Size: 1124 bytes --]

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.453   -> 1.454  
#	include/sound/ac97_codec.h	1.3     -> 1.4    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/06/10	sam@mars.ravnborg.org	1.454
# ac97: kill warning: passing arg 2 of `xxx_bit' from incompatible pointer type
# --------------------------------------------
#
diff -Nru a/include/sound/ac97_codec.h b/include/sound/ac97_codec.h
--- a/include/sound/ac97_codec.h	Mon Jun 10 21:31:23 2002
+++ b/include/sound/ac97_codec.h	Mon Jun 10 21:31:23 2002
@@ -160,7 +160,7 @@
 	unsigned int rates_mic_adc;
 	unsigned int spdif_status;
 	unsigned short regs[0x80]; /* register cache */
-	unsigned char reg_accessed[0x80 / 8]; /* bit flags */
+	unsigned long reg_accessed[0x80 / BITS_PER_LONG]; /* bit flags */
 	union {			/* vendor specific code */
 		struct {
 			unsigned short unchained[3];	// 0 = C34, 1 = C79, 2 = C69

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-10 21:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-10 19:33 [PATCH] Kill warning in ac97_codec Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®