All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PNP: resource type is now an unsigned long
@ 2008-08-08  6:39 Rene Herman
  2008-08-11 21:59 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Rene Herman @ 2008-08-08  6:39 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: Linux Kernel, Andrew Morton

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

Hi Bjorn.

Andrew earlier commented Part 2.

Rene.

[-- Attachment #2: 0002-PNP-resource-type-is-now-an-unsigned-long.patch --]
[-- Type: text/plain, Size: 795 bytes --]

>From 6ce13e62efbe1670b204a32a2c2c3064ade2bb3f Mon Sep 17 00:00:00 2001
From: Rene Herman <rene.herman@gmail.com>
Date: Sun, 20 Jul 2008 23:02:04 +0200
Subject: [PATCH] PNP: resource type is now an unsigned long

Signed-off-by: Rene Herman <rene.herman@gmail.com>
---
 drivers/pnp/quirks.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/pnp/quirks.c b/drivers/pnp/quirks.c
index 0bdf9b8..d15e2b7 100644
--- a/drivers/pnp/quirks.c
+++ b/drivers/pnp/quirks.c
@@ -245,7 +245,7 @@ static void quirk_system_pci_resources(struct pnp_dev *dev)
 	 */
 	for_each_pci_dev(pdev) {
 		for (i = 0; i < DEVICE_COUNT_RESOURCE; i++) {
-			unsigned int type;
+			unsigned long type;
 
 			type = pci_resource_flags(pdev, i) &
 					(IORESOURCE_IO | IORESOURCE_MEM);
-- 
1.5.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-11 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-08  6:39 [PATCH] PNP: resource type is now an unsigned long Rene Herman
2008-08-11 21:59 ` Bjorn Helgaas

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.