lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 15 Sep 2014 18:17:15 +0000 From: Hartley Sweeten <HartleyS@...ionengravers.com> To: Ian Abbott <abbotti@....co.uk>, "driverdev-devel@...uxdriverproject.org" <driverdev-devel@...uxdriverproject.org> CC: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org> Subject: RE: [PATCH 05/11] staging: comedi: add comedi_handle_events() On Monday, September 15, 2014 5:46 AM, Ian Abbott wrote: > The "comedi_fc" module contains a few functions useful to Comedi > drivers. Their functionality is being migrated to the core "comedi" > module and renamed to start with the prefix `comedi_`. As part of this > migration, move `cfc_handle_events()` into the core comedi module and > rename it to `comedi_handle_events()`. Change the external declaration > of `cfc_handle_events()` into an inline function that calls > `comedi_handle_events()`. > > Signed-off-by: Ian Abbott <abbotti@....co.uk> > --- > drivers/staging/comedi/comedidev.h | 3 +++ > drivers/staging/comedi/drivers.c | 33 ++++++++++++++++++++++++++++++ > drivers/staging/comedi/drivers/comedi_fc.c | 17 --------------- > drivers/staging/comedi/drivers/comedi_fc.h | 7 +++++-- > 4 files changed, 41 insertions(+), 19 deletions(-) This one, and comedi_event() in comedi_fops.c should probably be in comedi_buf.c also. Regards, Hartley -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists