]> bbs.cooldavid.org Git - net-next-2.6.git/commit
powerpc/5200: Don't specify IRQF_SHARED in PSC UART driver
authorGrant Likely <grant.likely@secretlab.ca>
Wed, 4 Feb 2009 18:23:56 +0000 (11:23 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 4 Feb 2009 18:23:56 +0000 (11:23 -0700)
commitd9f0c5f9bc74f16d0ea0f6c518b209e48783a796
tree6c74f378001caaab08f3ef35be5dca38276163b9
parentb8842451079a3034363320b932205d9cea791e9d
powerpc/5200: Don't specify IRQF_SHARED in PSC UART driver

The MPC5200 PSC device is wired up to a dedicated interrupt line
which is never shared.  This patch removes the IRQF_SHARED flag
from the request_irq() call which eliminates the "IRQF_DISABLED
is not guaranteed on shared IRQs" warning message from the console
output.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Reviewed-by: Wolfram Sang <w.sang@pengutronix.de>
drivers/serial/mpc52xx_uart.c