]> Pileus Git - ~andy/linux/commit
staging: comedi: me4000: absorb get_registers() into its caller
authorH Hartley Sweeten <hartleys@visionengravers.com>
Sat, 8 Sep 2012 00:42:30 +0000 (17:42 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Sep 2012 04:49:56 +0000 (21:49 -0700)
commitd5cd01fee1c6ccd363eb6b0d40143173ffa23ef5
tree6c312951d95c7641a3f99f1d7b5f218c9820326f
parent9c943f4ed479d58a2814239815e45fc0b61f4116
staging: comedi: me4000: absorb get_registers() into its caller

The get_registers() function reads the pci base addresses used
in the driver. It's simple enough, just move the code into the
function that calls it.

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/me4000.c