]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
staging: comedi: acl7225b: cleanup dev->board_name usage
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Mon, 8 Apr 2013 21:29:47 +0000 (14:29 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Apr 2013 23:19:42 +0000 (16:19 -0700)
commit7ffb0a85763957983c260f5f08c250d45d1d4449
treebbda24953e0294e2670602d7a1c611c8d72917fd
parent894ab190b9cfae1e040fd3d333528206eb0ea861
staging: comedi: acl7225b: cleanup dev->board_name usage

The comedi core initializes the dev->board_name before calling the
driver (*attach) function. There is not reason to reinitialize it
in the driver.

Use the dev->board_name when doing the request_resource() instead
of the open-coded string.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/acl7225b.c