[PATCH 02/06] staging: dgap: Only read config file dgap.conf once

Greg Kroah-Hartman gregkh at linuxfoundation.org
Mon Apr 14 15:49:05 UTC 2014


On Tue, Mar 25, 2014 at 04:38:14PM -0400, Mark Hounschell wrote:
> The config file is currently read for each board found.
> It only needs to be read one time. The buffer it is read
> into can now be freed immediately after it is parsed
> instead of at driver unload time.
> 
> Signed-off-by: Mark Hounschell <markh at compro.net>
> ---
>  drivers/staging/dgap/dgap.c | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)

Kernel drivers shouldn't be reading config files in the first place :)

But I'll take this for now, as it does fix the code up.

greg k-h


More information about the devel mailing list