From: Rene Herman 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 Cc: Adam Belay Signed-off-by: Andrew Morton --- drivers/pnp/pnpbios/rsparser.c | 6 +----- 1 files changed, 1 insertion(+), 5 deletions(-) diff -puN drivers/pnp/pnpbios/rsparser.c~pnpbios-missing-small_tag_enddep-tag drivers/pnp/pnpbios/rsparser.c --- devel/drivers/pnp/pnpbios/rsparser.c~pnpbios-missing-small_tag_enddep-tag 2006-01-18 22:36:34.000000000 -0800 +++ devel-akpm/drivers/pnp/pnpbios/rsparser.c 2006-01-18 22:36:34.000000000 -0800 @@ -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: _