commit | 8637980bab3f09157eef20cc65d2eb7393c770fd | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Tue Mar 28 01:56:18 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Mar 28 09:16:02 2006 -0800 |
tree | 0e9a99bc983a67edc3b3017f4a45a695674cd17e | |
parent | a687fb18cbd061de2092632cf77e6b9dc93cf7cd [diff] |
[PATCH] paride: register_chrdev fix If the user specified `major=0' (odd thing to do), pg.c will use dynamic allocation. We need to pick up that major for subsequent unregister_chrdev(). Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>