From: Tim Bird Date: Thu, 10 May 2012 22:11:36 +0000 (-0700) Subject: staging: android: logger: Allocate logs dynamically at boot (v3) X-Git-Tag: v3.5-rc1~145^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10b241991fc10876b46ab7ca690f44281510d85b;p=pandora-kernel.git staging: android: logger: Allocate logs dynamically at boot (v3) This changes the log initialization to be dynamic, but still at boot time. These changes are a predecessor to implementing runtime allocation and freeing of logs, to make the Android logger less hard-coded. Change from a fixed set of static log structures, to allocation at init time into a list. Return proper error numbers on log allocation failure. Cc: Brian Swetland Signed-off-by: Tim Bird Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed