All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tiny ens1370.c warning fix, bk 2.5.52]
@ 2003-01-09 19:51 carbonated beverage
  0 siblings, 0 replies; only message in thread
From: carbonated beverage @ 2003-01-09 19:51 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Hi all,

	Resend of a patch

	__devinitdata is in the wrong location in ens1370.c, so it's
apparently ignored by gcc and the struct isn't freed.  Here's a small
patch to fix that.

	Linus, please apply.

-- DN
Daniel

--- ens1370.c.orig	Fri Dec 20 02:03:24 2002
+++ ens1370.c	Fri Dec 20 14:54:24 2002
@@ -1431,7 +1431,7 @@
 	unsigned short vid;		/* vendor ID */
 	unsigned short did;		/* device ID */
 	unsigned char rev;		/* revision */
-} __devinitdata es1371_spdif_present[] = {
+} es1371_spdif_present[] __dev_initdata = {
 	{ .vid = PCI_VENDOR_ID_ENSONIQ, .did = PCI_DEVICE_ID_ENSONIQ_CT5880, .rev = CT5880REV_CT5880_C },
 	{ .vid = PCI_VENDOR_ID_ENSONIQ, .did = PCI_DEVICE_ID_ENSONIQ_CT5880, .rev = CT5880REV_CT5880_D },
 	{ .vid = PCI_VENDOR_ID_ENSONIQ, .did = PCI_DEVICE_ID_ENSONIQ_CT5880, .rev = CT5880REV_CT5880_E },

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

only message in thread, other threads:[~2003-01-09 19:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-09 19:51 [PATCH] tiny ens1370.c warning fix, bk 2.5.52] carbonated beverage

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.