commit | 829d5f68ec59ff7c0fdd472132680df8e4b64f3e | [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 | 9673303b0141dd6330e2ead5970084260a80884c | |
parent | 8637980bab3f09157eef20cc65d2eb7393c770fd [diff] |
[PATCH] paride-pt: register_chrdev fix If the user specified `major=0' (odd thing to do), pt.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>