mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
staging: comedi: mite: use comedi_inc_scan_progress()
This inline function is just a wrapper around comedi_inc_scan_progress(). Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f3055f9ef3
commit
eac783a6b7
@ -539,7 +539,7 @@ int mite_sync_input_dma(struct mite_channel *mite_chan,
|
||||
return 0;
|
||||
|
||||
comedi_buf_write_free(s, count);
|
||||
cfc_inc_scan_progress(s, count);
|
||||
comedi_inc_scan_progress(s, count);
|
||||
async->events |= COMEDI_CB_BLOCK;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user