summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/em28xx
diff options
context:
space:
mode:
authorBrad Love2018-03-06 20:14:56 +0100
committerMauro Carvalho Chehab2018-03-07 09:59:18 +0100
commit6b234c98f7ccc5e7d46626980b582c666cfc6bf6 (patch)
treea37a9acd86db325804a8e26523fe6428d2fe8ad6 /drivers/media/usb/em28xx
parentmedia: lgdt3306a: remove symbol count mismatch fix (diff)
downloadkernel-qcow2-linux-6b234c98f7ccc5e7d46626980b582c666cfc6bf6.tar.gz
kernel-qcow2-linux-6b234c98f7ccc5e7d46626980b582c666cfc6bf6.tar.xz
kernel-qcow2-linux-6b234c98f7ccc5e7d46626980b582c666cfc6bf6.zip
media: em28xx: Change hex to lower case
Coding style fix. Signed-off-by: Brad Love <brad@nextdimension.cc> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb/em28xx')
-rw-r--r--drivers/media/usb/em28xx/em28xx-core.c2
1 files changed, 1 insertions, 1 deletions
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) ?