At Wed, 24 Oct 2007 21:44:17 +0200,
Ingo Molnar wrote:
Thanks. But isn't the patch below easier?
Takashi
diff -r 09088524dd7f drivers/portman2x4.c
--- a/drivers/portman2x4.c Thu Oct 25 11:46:24 2007 +0200
+++ b/drivers/portman2x4.c Thu Oct 25 11:49:17 2007 +0200
@@ -668,7 +668,7 @@ static int __devinit snd_portman_probe_p
parport_release(pardev);
parport_unregister_device(pardev);
- return res;
+ return res ? -EIO : 0;
}
static void __devinit snd_portman_attach(struct parport *p)
-