login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
October
»
6
RE: [PATCH 03/19] pcmcia: Whine harder about use of EXCLUSIVE
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Komuro
Subject:
RE: [PATCH 03/19] pcmcia: Whine harder about use of EXCLUSIVE
Date: Monday, October 6, 2008 - 5:18 am
duplicate warning message in pcmcia_resource.c ....
quoted text
> /* Make sure the fact the request type was overridden is passed back */ > if (type == IRQF_SHARED && !(req->Attributes & IRQ_TYPE_DYNAMIC_SHARING)) { > req->Attributes |= IRQ_TYPE_DYNAMIC_SHARING; > printk(KERN_WARNING "pcmcia: request for exclusive IRQ could not be fulfilled.\n"); > printk(KERN_WARNING "pcmcia: the driver needs updating to supported shared IRQ lines\n"); > }
quoted text
>diff --git a/drivers/pcmcia/pcmcia_resource.c b/drivers/pcmcia/pcmcia_resource.c >index 4884a18..8f1c3d4 100644 >--- a/drivers/pcmcia/pcmcia_resource.c >+++ b/drivers/pcmcia/pcmcia_resource.c >@@ -738,8 +738,9 @@ int pcmcia_request_irq(struct pcmcia_device *p_dev, irq_req_t *req) > type = 0; > if (s->functions > 1) /* All of this ought to be handled higher up */ > type = IRQF_SHARED; >- if (req->Attributes & IRQ_TYPE_DYNAMIC_SHARING) >+ else if (req->Attributes & IRQ_TYPE_DYNAMIC_SHARING) > type = IRQF_SHARED; >+ else printk(KERN_WARNING "pcmcia: Driver needs updating to support IRQ sharing.\n"); > > #ifdef CONFIG_PCMCIA_PROBE
Best Regards Komuro --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] pcmcia: Fix broken abuse of dev->driver_data
, Alan Cox
, (Mon Sep 22, 7:58 am)
Re: [PATCH] pcmcia: Fix broken abuse of dev->driver_data
, Dominik Brodowski
, (Mon Sep 22, 2:56 pm)
Re: [PATCH] pcmcia: Fix broken abuse of dev->driver_data
, Alan Cox
, (Mon Sep 22, 3:12 pm)
Re: [PATCH] pcmcia: Fix broken abuse of dev->driver_data
, Dominik Brodowski
, (Mon Sep 22, 3:26 pm)
Re: [PATCH] pcmcia: Fix broken abuse of dev->driver_data
, Alan Cox
, (Mon Sep 22, 4:15 pm)
Re: [PATCH] pcmcia: Fix broken abuse of dev->driver_data
, Komuro
, (Mon Sep 22, 6:31 pm)
Re: [PATCH git latest] drivers/net: fixing a datarace rela ...
, Komuro
, (Fri Sep 26, 6:29 am)
Re: [PATCH git latest] drivers/net: fixing a datarace rela ...
, Tammy
, (Fri Sep 26, 9:06 am)
Re: [PATCH git latest] drivers/net: fixing a datarace rela ...
, Lin Tan
, (Fri Sep 26, 10:31 am)
RE: [PATCH 03/19] pcmcia: Whine harder about use of EXCLUSIVE
, Komuro
, (Mon Oct 6, 5:18 am)
[BUG REPORT!!!] [PATCH 19/49] pcmcia: remove remaining in- ...
, Komuro
, (Fri Oct 31, 7:07 pm)
Re: [BUG REPORT!!!] [PATCH 19/49] pcmcia: remove remaining ...
, Komuro
, (Sun Nov 2, 1:46 am)
Re: [BUG REPORT!!!] [PATCH 19/49] pcmcia: remove remaining ...
, Dominik Brodowski
, (Sun Nov 2, 2:17 am)
Re: [BUG REPORT!!!] [PATCH 19/49] pcmcia: remove remaining ...
, Komuro
, (Sun Nov 2, 3:33 am)
Re: [BUG REPORT!!!] [PATCH 19/49] pcmcia: remove remaining ...
, Dominik Brodowski
, (Sun Nov 2, 5:04 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Fortier,Vincent [Montreal]
2.6.21.5 june 30th to july 1st date hang?
Jeff Dike
[ PATCH 2/6 ] UML - Formatting fixes around os_{read_write}_file callers
Liam Girdwood
[PATCH 07/13] regulator: regulator test harness
Oleg Nesterov
Re: Getting the new RxRPC patches upstream
Stefan Seyfried
Re: 2.6.19-rc5: grub is much slower resuming from suspend-to-disk than in 2.6.18
linux-netdev
:
Arnaud Ebalard
Re: [REGRESSION,BISECTED] MIPv6 support broken by f4f914b58019f0
Jan Engelhardt
Re: [PATCH iptables] extension: add xt_cpu match
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Sebastian Andrzej Siewior
[PATCH 8/8] net/emergency: remove locking from reycling pool if emergncy pools are...
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
git
:
Jakub Narebski
Re: git on MacOSX and files with decomposed utf-8 file names
Brandon Casey
Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the def...
Christian Couder
[PATCH 1/3] rev-parse: add test script for "--verify"
Ramkumar Ramachandra
Re: [GSoC update] git-remote-svn: The final one
Junio C Hamano
Re: git-rm isn't the inverse action of git-add
openbsd-misc
:
Joachim Schipper
Re: UVC Webcams
Florin Andrei
SOLVED [was: firewall is very slow, something's wrong]
Todd Alan Smith
Re: Microsoft gets the Most Secure Operating Systems award
Neal Hogan
Re: Need Advice: Thinkpad T60 or T61?
Sam Fourman Jr.
Re: Real men don't attack straw men
git-commits-head
:
Linux Kernel Mailing List
ACPI: Disable ARB_DISABLE on platforms where it is not needed
Linux Kernel Mailing List
m68knommu: add read_barrier_depends() and irqs_disabled_flags()
Linux Kernel Mailing List
[MTD] Add mtd panic_write function pointer
Linux Kernel Mailing List
[ARM] pxa: remove duplicate select statements from Kconfig
Linux Kernel Mailing List
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
Colocation donated by:
Syndicate