The patch number 10311 was added via Mauro Carvalho Chehab <mche...@redhat.com>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Mauro Carvalho Chehab  <mche...@redhat.com>
v4l2_sysfs_path: replace "bus path" by "sysfs path"


Priority: normal

Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>


---

 v4l2-apps/util/v4l2_sysfs_path.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r 6e636c8969e8 -r c96c6e9eeb08 v4l2-apps/util/v4l2_sysfs_path.c
--- a/v4l2-apps/util/v4l2_sysfs_path.c  Tue Jan 27 21:47:39 2009 -0200
+++ b/v4l2-apps/util/v4l2_sysfs_path.c  Tue Jan 27 21:56:31 2009 -0200
@@ -149,7 +149,7 @@ int main(void)
        printf("bus info = %s\n", drv.cap.bus_info);
        path = obtain_bus_sysfs_path((char *)drv.cap.bus_info);
        if (path) {
-               printf("bus path = %s\n", path);
+               printf("sysfs path = %s\n", path);
                free(path);
        }
 


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/c96c6e9eeb08c2aae66bb1dadfdbbc7f5f4afc0a

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to