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