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
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