All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]  PnPBIOS: Missing SMALL_TAG_ENDDEP tag
@ 2006-01-19  6:30 Rene Herman
  0 siblings, 0 replies; only message in thread
From: Rene Herman @ 2006-01-19  6:30 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Adam Belay, Linux Kernel

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

Hi Andrew.

Sorry, second copy, forgot to CC LKML.

Without the attached, the kernel complains about my BIOS' PNP tables. It
was ACKed before, but never merged:

http://marc.theaimsgroup.com/?l=linux-kernel&m=110237794007900&w=2

Rene.


[-- Attachment #2: rsparser.diff --]
[-- Type: text/plain, Size: 612 bytes --]

Index: local/drivers/pnp/pnpbios/rsparser.c
===================================================================
--- local.orig/drivers/pnp/pnpbios/rsparser.c	2006-01-03 04:21:10.000000000 +0100
+++ local/drivers/pnp/pnpbios/rsparser.c	2006-01-18 09:41:07.000000000 +0100
@@ -448,11 +448,7 @@ pnpbios_parse_resource_option_data(unsig
 			break;
 
 		case SMALL_TAG_END:
-			if (option_independent != option)
-				printk(KERN_WARNING "PnPBIOS: Missing SMALL_TAG_ENDDEP tag\n");
-			p = p + 2;
-        		return (unsigned char *)p;
-			break;
+        		return p + 2;
 
 		default: /* an unkown tag */
 			len_err:

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

only message in thread, other threads:[~2006-01-19  6:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-19  6:30 [PATCH] PnPBIOS: Missing SMALL_TAG_ENDDEP tag Rene Herman

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.