diff options
| author | H Hartley Sweeten <[email protected]> | 2013-01-18 10:48:25 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2013-01-18 12:57:24 -0800 |
| commit | 0e2bd50b393084a338a6a21063ef012c5a2720fb (patch) | |
| tree | fed51040580358215cda29d01fb8775be3b98fff /tools/perf/scripts/python | |
| parent | 2a2e63dd98ff5310b4677e177939dd2232e0c1c3 (diff) | |
staging: comedi: addi_apci_16xx: cleanup addi_find_boardinfo()
This function was originally in the addi-data "common" code and
required using pointer math to access the boardinfo data using
the void * 'dev->driver->board_name'. Now that the function is
local to this driver we can access the boardinfo directly and
remove the pointer math.
Rename the function so it has namespace associated with this
driver.
Also, for aesthetic reasons, globally rename the local variable used
for the boardinfo pointer from 'this_board' to 'board',
Signed-off-by: H Hartley Sweeten <[email protected]>
Cc: Ian Abbott <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions