public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rene Herman <rene.herman@keyaccess.nl>
To: Andrew Morton <akpm@osdl.org>
Cc: Adam Belay <ambx1@neo.rr.com>,
	Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH]  PnPBIOS: Missing SMALL_TAG_ENDDEP tag
Date: Thu, 19 Jan 2006 07:30:00 +0100	[thread overview]
Message-ID: <43CF31E8.9030705@keyaccess.nl> (raw)

[-- 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:

                 reply	other threads:[~2006-01-19  6:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=43CF31E8.9030705@keyaccess.nl \
    --to=rene.herman@keyaccess.nl \
    --cc=akpm@osdl.org \
    --cc=ambx1@neo.rr.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox