[PATCH 1/6] staging: comedi: addi_apci_1564: remove send_sig() use

Greg KH gregkh at linuxfoundation.org
Wed Jun 18 22:07:52 UTC 2014


On Thu, May 29, 2014 at 11:41:53PM -0500, Chase Southwood wrote:
> The addi-data drivers use send_sig() to let the user know when an
> interrupt has occurred. The "standard" way to do this in the comedi
> subsystem is to have a subdevice that supports asynchronous commands
> and use comedi_event() to signal the user.
> 
> Remove the send_sig() usage in this driver.
> 
> Signed-off-by: Chase Southwood <chase.southwood at gmail.com>
> Cc: Ian Abbott <abbotti at mev.co.uk>
> Reviewed-by: H Hartley Sweeten <hsweeten at visionengravers.com>
> ---
>  .../comedi/drivers/addi-data/hwdrv_apci1564.c      | 23 ----------------------
>  1 file changed, 23 deletions(-)

This doesn't apply to my tree :(

Can you refresh this series based on the review comments for the later
patches and please resend?

thanks,

greg k-h


More information about the devel mailing list