From: Francois Romieu Date: Mon, 7 Nov 2005 00:50:46 +0000 (+0100) Subject: [PATCH] b44: miscellaneous cleanup X-Git-Tag: v2.6.15-rc1~69^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=874a6214bc1477004a0dd6f881b078d0d6b1eae9;p=pandora-kernel.git [PATCH] b44: miscellaneous cleanup - remove unneeded forward declarations - s/kmalloc + memset/kzalloc/ - whitespace readjustement can't hurt - wrong comment: b44_init_rings _is_ called with a spinlock held in b44_{open/set_ringparam/set_pauseparam/etc}. Actually, it does not need to be able to sleep - b44_remove_one() can not be issued with a NULL device in its private member: remove the test. Signed-off-by: Francois Romieu Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed