Re: [PATCH v2 0/3] Small fixes and clean up

2014-09-23 Thread Matt Porter
On Fri, Aug 22, 2014 at 01:56:37PM +0200, Krzysztof Opasiak wrote: > Dear Matt, > > This is a small series which fix usbg_set_function_attrs() > which previously tried to set attributes which are read only > on configfs. > > I have also went through code and marked attributes which should not > c

[PATCH v2 0/3] Small fixes and clean up

2014-08-22 Thread Krzysztof Opasiak
Dear Matt, This is a small series which fix usbg_set_function_attrs() which previously tried to set attributes which are read only on configfs. I have also went through code and marked attributes which should not change during function calls with const qualifiers. Third patch is a small enhancem