From: H Hartley Sweeten Date: Tue, 1 Oct 2013 22:08:10 +0000 (-0700) Subject: staging: comedi: ni_6527: remove DRIVER_NAME define X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~480 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36edca14779c2784daaf81d2306f65d500942154;p=pandora-kernel.git staging: comedi: ni_6527: remove DRIVER_NAME define The request_irq() call should be using dev->board_name to better identify the irq user. Remove the DRIVER_NAME define and just open code the 'driver_name' in the comedi_driver and the 'name' in the pci_driver declarations. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed