On Thu, Jun 28, 2018 at 06:19:14PM -0700, r...@google.com wrote:
> From: Roman Kiryanov <r...@google.com>
> 
> * added a mutex to protect open/read/write/release calls;
> * put the global atomic counter for opened files into the
>     driver state;
> * retired the global variable for the driver state;
> * retired the ioctl calls because it does not do much and cmd=315
>     looks obsolete.

When you have to provide a list of things you are doing in a single
patch, that is a huge hint you need to split that patch up into smaller
pieces.  Each of these bullets should be a single patch.

thanks,

greg k-h
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to