Re: [PATCH] Fix dm9000 release_resource

2006-09-06 Thread Dirk Opfer
th this behavior the kernel will crash on the second removal. The attached patch fix this problem. Signed-off-by: Dirk Opfer <[EMAIL PROTECTED]> Dirk diff --git a/drivers/net/dm9000.c b/drivers/net/dm9000.c index 3d76fa1..a860ebb 100644 --- a/drivers/net/dm9000.c +++ b/drivers/net/dm900

[PATCH] Fix dm9000 release_resource

2006-08-30 Thread Dirk Opfer
t;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 <[EMAIL PROTECTED]> dm9000-fix-release-ressource.patch Description: Binary data