From: Andrew Morton Date: Tue, 28 Mar 2006 09:56:18 +0000 (-0800) Subject: [PATCH] paride: register_chrdev fix X-Git-Tag: v2.6.17-rc1~254 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8637980bab3f09157eef20cc65d2eb7393c770fd;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed