This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: em28xx: Change hex to lower case
Author:  Brad Love <b...@nextdimension.cc>
Date:    Tue Mar 6 14:14:56 2018 -0500

Coding style fix.

Signed-off-by: Brad Love <b...@nextdimension.cc>
Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com>

 drivers/media/usb/em28xx/em28xx-core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

diff --git a/drivers/media/usb/em28xx/em28xx-core.c 
b/drivers/media/usb/em28xx/em28xx-core.c
index bb1b650e7680..36d341fb65dd 100644
--- a/drivers/media/usb/em28xx/em28xx-core.c
+++ b/drivers/media/usb/em28xx/em28xx-core.c
@@ -643,7 +643,7 @@ int em28xx_capture_start(struct em28xx *dev, int start)
                        em28xx_write_reg(dev, (dev->ts == PRIMARY_TS) ?
                                         EM2874_R5D_TS1_PKT_SIZE :
                                         EM2874_R5E_TS2_PKT_SIZE,
-                                        0xFF);
+                                        0xff);
                } else {
                        /* ISOC Maximum Transfer Size = 188 * 5 */
                        em28xx_write_reg(dev, (dev->ts == PRIMARY_TS) ?

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

Reply via email to