commit | 6d9eac34104654aa129e365b8d48bbb8c957f186 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Tue Mar 28 01:56:19 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Mar 28 09:16:02 2006 -0800 |
tree | 47b81aaebb9903df4bdaacad963ca4ee2bf04204 | |
parent | 829d5f68ec59ff7c0fdd472132680df8e4b64f3e [diff] |
[PATCH] capi: register_chrdev() fix If the user specified `major=0' (odd thing to do), capi.c will use dynamic allocation. We need to pick up that major for subsequent unregister_chrdev(). Acked-by: Karsten Keil <kkeil@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>