From: Jeff Garzik Date: Mon, 29 Oct 2007 09:46:16 +0000 (-0400) Subject: [netdrvr] irq handler minor cleanups in several drivers X-Git-Tag: v2.6.25-rc1~1162^2~629 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28fc1f5a0c375cb6375fa48e9a8b393f2a189be6;p=pandora-kernel.git [netdrvr] irq handler minor cleanups in several drivers * use irq_handler_t where appropriate * no need to use 'irq' function arg, its already stored in a data struct * rename irq handler 'irq' argument to 'dummy', where the function has been analyzed and proven not to use its first argument. * remove always-false "dev_id == NULL" test from irq handlers * remove pointless casts from void* * declance: irq argument is not const * add KERN_xxx printk prefix * fix minor whitespace weirdness Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed