From: Ian Abbott Date: Fri, 8 Jun 2012 09:39:42 +0000 (+0100) Subject: staging: comedi: amplc_pci224: Replace NULLFUNC X-Git-Tag: v3.6-rc1~100^2~863 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbdfaffc461fd3df12f494655aca5cae68d6c7aa;p=pandora-kernel.git staging: comedi: amplc_pci224: Replace NULLFUNC The source code defines a macro NULLFUNC #define NULLFUNC 0 and uses it as a generic null function pointer constant. This is superfluous. Just use NULL instead. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed