Re: [Linux-uvc-devel] [PATCH] uvcvideo: correct error message for debugfs stats file

2011-11-17 Thread Laurent Pinchart
Hi Alexey,

Thanks for the patch.

As your original patch hasn't been pushed to upstream yet, I've combined it 
with this patch.

On Thursday 17 November 2011 09:16:11 Alexey Fisher wrote:
 Signed-off-by: Alexey Fisher bug-tr...@fisher-privat.net
 ---
  drivers/media/video/uvc/uvc_debugfs.c |3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)
 
 diff --git a/drivers/media/video/uvc/uvc_debugfs.c
 b/drivers/media/video/uvc/uvc_debugfs.c index bdba016..1b0087b 100644
 --- a/drivers/media/video/uvc/uvc_debugfs.c
 +++ b/drivers/media/video/uvc/uvc_debugfs.c
 @@ -97,8 +97,7 @@ int uvc_debugfs_init_stream(struct uvc_streaming *stream)
   dent = debugfs_create_file(stats, 0600, stream-debugfs_dir,
  stream, uvc_debugfs_stats_fops);
   if (IS_ERR_OR_NULL(dent)) {
 - uvc_printk(KERN_INFO, Unable to create debugfs %s 
 directory.\n,
 -dir_name);
 + uvc_printk(KERN_INFO, Unable to create debugfs stats file.\n);
   uvc_debugfs_cleanup_stream(stream);
   return -ENODEV;
   }

-- 
Regards,

Laurent Pinchart
___
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel


Re: [Linux-uvc-devel] [PATCH] uvcvideo: correct error message for debugfs stats file

2011-11-17 Thread Alexey Fisher

Am 17.11.2011 11:11, schrieb Laurent Pinchart:

Hi Alexey,

Thanks for the patch.

As your original patch hasn't been pushed to upstream yet, I've combined it
with this patch.


Great, thanks!
i'm currently about to add the uvc report file debugfs. Any wishes?
___
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel