diff options
| author | H Hartley Sweeten <[email protected]> | 2013-04-09 16:30:11 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2013-04-11 12:47:53 -0700 |
| commit | ca8b296409c9800923fd431af15345e4da872bc0 (patch) | |
| tree | 129ee516c6e2bc28dd5a6e595e3ce2b09f95ebb1 /tools/perf/scripts/python/bin | |
| parent | 07e6ed00b15f7c7fd856857e5edf4d890c3a94e9 (diff) | |
staging: comedi: drivers: refactor comedi_request_region()
Split comedi_request_region() into two helper functions.
__comedi_request_region()
Handles the actual request_region() call.
comedi_request_region()
Calls __comedi_request_region() and then sets dev->iobase if the
request was successful.
This allows drivers to use the __comedi_request_region() helper
to handle the request without setting the dev->iobase.
Signed-off-by: H Hartley Sweeten <[email protected]>
Cc: Ian Abbott <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions