summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorBrad Love <brad@nextdimension.cc>2018-03-06 14:14:56 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2018-03-07 03:59:18 -0500
commit6b234c98f7ccc5e7d46626980b582c666cfc6bf6 (patch)
treea37a9acd86db325804a8e26523fe6428d2fe8ad6 /drivers/media/usb
parentf6618cc8b447834a8102ae6988ae45cc7835a519 (diff)
downloadlinux-stable-6b234c98f7ccc5e7d46626980b582c666cfc6bf6.tar.gz
linux-stable-6b234c98f7ccc5e7d46626980b582c666cfc6bf6.tar.bz2
linux-stable-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')
-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) ?