Tag: d6269644e1f8fc7931c4d6b86d58de7af63a5fc9

Staging: comedi: Fix unsigned return type

Author: Julia Lawall <julia@diku.dk> In each case, the function has an unsigned return type, but returns a negative constant to indicate an error condition. For move_block_from_dma, there is only one call and the return value is dropped, so it need not be unsigned. For labpc_eeprom_write, there is only one call and the result is stored …

Continue reading