From: H Hartley Sweeten Date: Mon, 8 Apr 2013 17:57:35 +0000 (-0700) Subject: staging: comedi: remove unnecessary dev->board_name initialization X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~233 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5993f3a2692eed3c74c86882155b8703a0060ad5;p=pandora-kernel.git staging: comedi: remove unnecessary dev->board_name initialization The dev->board_name is now initialized by the comedi core before calling the(*attach) or (*auto_attach) function in a driver. As long as the driver does no additional probing, it's no longer necessary initialize the board_name. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed