aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2410/s3c244x-irq.c
diff options
context:
space:
mode:
authorDirk Opfer <Dirk@Opfer-Online.de>2006-09-06 19:53:32 +0200
committerJeff Garzik <jeff@garzik.org>2006-09-11 09:08:38 -0400
commit519854876c66bd04b0c12d3cead6e0e5fc5a1167 (patch)
treea76da09513b838d6ccd41545ba6f5f9f328acf46 /arch/arm/mach-s3c2410/s3c244x-irq.c
parent38f5745c5a90641079fd5b48600ae63f7ab6edcd (diff)
[PATCH] Fix dm9000 release_resource
dm9000_release_board calls release_resource with the platform resource instead of the requested resource: db->addr_res = platform_get_resource(pdev, IORESOURCE_MEM, 0); db->addr_req = request_mem_region(db->addr_res->start, i, pdev->name); dm9000_release_board: if (db->addr_res != NULL) { release_resource(db->addr_res); kfree(db->addr_req); With this behavior the kernel will crash on the second removal. The attached patch fix this problem. Signed-off-by: Dirk Opfer <Dirk@Opfer-Online.de> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/s3c244x-irq.c')
0 files changed, 0 insertions, 0 deletions