[PATCH 05/26] comedi: Don't use create_proc_read_entry() [RFC]

Ian Abbott abbotti at mev.co.uk
Thu Apr 11 15:07:39 UTC 2013


On 2013-04-11 14:28, David Howells wrote:
> Don't use create_proc_read_entry() as that is deprecated, but rather use
> proc_create_data() and seq_file instead.

It seems to work okay and is simpler than I thought it would be!  You 
changed the mode of the file to 0644 for some reason though.  Please 
change it back to 0444 or S_IFREG | S_IRUGO.  Thanks.

-- 
-=( Ian Abbott @ MEV Ltd.    E-mail: <abbotti at mev.co.uk>        )=-
-=( Tel: +44 (0)161 477 1898   FAX: +44 (0)161 718 3587         )=-



More information about the devel mailing list