From: H Hartley Sweeten Date: Mon, 8 Apr 2013 17:56:02 +0000 (-0700) Subject: staging: comedi: drivers: dev->board_name is always valid X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~235 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae5dd5fcab2d9978e1a0a900a8598b4d92f02657;p=pandora-kernel.git staging: comedi: drivers: dev->board_name is always valid The dev->board_name is always initialized before calling the(*attach) or (*auto_attach) function. The "BUG" check in comedi_device_postconfig() is no longer necessary. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed