From: H Hartley Sweeten Date: Thu, 4 Sep 2014 17:39:36 +0000 (-0700) Subject: staging: comedi: adl_pci9118: remove unnecessary dev->board_name initialization X-Git-Tag: fixes-for-v3.18-merge-window~15^2~693 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f34afce444ca2e3a65264126bec2982358a25a1f;p=pandora-kernel.git staging: comedi: adl_pci9118: remove unnecessary dev->board_name initialization The (*auto_attach) in this driver will set the dev->board_name and the comedi core will set it when using the legacy (*attach). Remove the unnecessary initialization in pci9118_common_attach(). Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed