From: H Hartley Sweeten Date: Tue, 14 Oct 2014 17:44:29 +0000 (-0700) Subject: staging: comedi: addi_common.h: rename boardinfo 'pc_DriverName' X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~849 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23abae881b69b903b07b34a0bece086811d77271;p=pandora-kernel.git staging: comedi: addi_common.h: rename boardinfo 'pc_DriverName' Rename this CamelCase member of the boardinfo. The comedi_device 'board_name' is set to this member during the (*auto_attach) of the addi-data that still use this boardinfo drivers. For aesthetics, use the dev->board_name instead of the boardinfo in the drivers. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed