From: Mark Hounschell Date: Thu, 6 Mar 2014 18:57:55 +0000 (-0500) Subject: staging: dgap: Remove printks associated with sysfile creation X-Git-Tag: v3.15-rc1~139^2~684 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=434b679bdb4d10615701aa152e800123f47274fe;p=pandora-kernel.git staging: dgap: Remove printks associated with sysfile creation 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 checking its return. So we remove the printk's and check the return of driver_create_file. Signed-off-by: Mark Hounschell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed