aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-01-23 22:17:24 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2006-01-23 22:17:24 -0800
commitc2f216c93df8417edecef001bfb3bfb2ef1709a3 (patch)
treef0994b8415b5456e0c02479f3f4020c00810a755 /driver
parent0a49ec0c4a5a9fb0eb32fb79e2d347622b770a9f (diff)
downloadpatches-c2f216c93df8417edecef001bfb3bfb2ef1709a3.tar.gz
refreshed patch
Diffstat (limited to 'driver')
-rw-r--r--driver/handle-errors-returned-by-platform_get_irq.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/handle-errors-returned-by-platform_get_irq.patch b/driver/handle-errors-returned-by-platform_get_irq.patch
index b5a7c0a5adbd6..6a717df6511b3 100644
--- a/driver/handle-errors-returned-by-platform_get_irq.patch
+++ b/driver/handle-errors-returned-by-platform_get_irq.patch
@@ -258,7 +258,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
cf = kcalloc(1, sizeof *cf, GFP_KERNEL);
--- gregkh-2.6.orig/drivers/serial/s3c2410.c
+++ gregkh-2.6/drivers/serial/s3c2410.c
-@@ -1060,6 +1060,8 @@ static int s3c24xx_serial_init_port(stru
+@@ -1062,6 +1062,8 @@ static int s3c24xx_serial_init_port(stru
port->mapbase = res->start;
port->membase = S3C24XX_VA_UART + (res->start - S3C2410_PA_UART);
port->irq = platform_get_irq(platdev, 0);