Re: [PATCH 05/05] staging: dgap: Remove printks associated with sysfile creation

2014-03-06 Thread Dan Carpenter
On Thu, Mar 06, 2014 at 02:48:13PM -0500, Mark Hounschell wrote: > > want me to do this is in a separate patch or redo this one? > Separate patch is fine. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.lin

Re: [PATCH 05/05] staging: dgap: Remove printks associated with sysfile creation

2014-03-06 Thread Mark Hounschell
On 03/06/2014 02:29 PM, Dan Carpenter wrote: On Thu, Mar 06, 2014 at 01:57:55PM -0500, Mark Hounschell wrote: This patch removes printks associated with sysfile creation and changes the dgap_create_driver_sysfiles function to return an int so we can check for errors in the sysfile creation proce

Re: [PATCH 05/05] staging: dgap: Remove printks associated with sysfile creation

2014-03-06 Thread Dan Carpenter
On Thu, Mar 06, 2014 at 01:57:55PM -0500, Mark Hounschell wrote: > This patch removes printks associated with sysfile creation > and changes the dgap_create_driver_sysfiles function to return > an int so we can check for errors in the sysfile creation > process. > > The printk's were flagged by

[PATCH 05/05] staging: dgap: Remove printks associated with sysfile creation

2014-03-06 Thread Mark Hounschell
This patch removes printks associated with sysfile creation and changes the dgap_create_driver_sysfiles function to return an int so we can check for errors in the sysfile creation process. The printk's were flagged by checkpatch but then driver_create_file was flagged by checkpatch for not chec