From: H Hartley Sweeten Date: Sat, 19 Jul 2014 00:01:24 +0000 (-0700) Subject: staging: comedi: drivers: use dev->board_name in request_irq() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~373 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71e068743a5e4061a7a3c42cc3ac6dbda7a7f76e;p=pandora-kernel.git staging: comedi: drivers: use dev->board_name in request_irq() Most of the comedi drivers use the dev->board_name for the id string passed to request_irq(). Fix the couple that still pass something else. Also, propogate the errno from request_irq(). Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed