From: H Hartley Sweeten Date: Sat, 19 Jul 2014 00:01:23 +0000 (-0700) Subject: staging: comedi: drivers: remove unnecessary DRIVER_NAME defines X-Git-Tag: cleanup-for-v3.18~125^2~374 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d03cfcaf6cde186f439ca1a318423007570760a;p=pandora-kernel.git staging: comedi: drivers: remove unnecessary DRIVER_NAME defines These defines are usually only used to initialize the driver_name member of the comedi_driver struct. Some of the drivers also use the define as part of dev_{level}() messages and/or when doing a request_irq(). The addition of the DRIVER_NAME to the messages is just added noise and the dev->board_name is typically used in the request_irq(). Just remove all the DRIVER_NAME defines. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed