From: Zhu Yi Date: Mon, 21 Aug 2006 03:38:28 +0000 (+0800) Subject: [PATCH] ipw2200: Fix kernel Oops if cmdlog debug is enabled X-Git-Tag: v2.6.19-rc1~1263^2~60^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9bec768c321e51a8da00d56230bc795464992b2;p=pandora-kernel.git [PATCH] ipw2200: Fix kernel Oops if cmdlog debug is enabled When command error log debug is enabled, we write every host command and parameters into a buffer. But we didn't alloc the parameter buffer for this case. The patch adds struct cmdlog_host_cmd so that the buffer is allocated from the stack. Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed