diff options
| author | Brad Love <brad@nextdimension.cc> | 2018-03-06 22:14:56 +0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-03-07 11:59:18 +0300 |
| commit | 6b234c98f7ccc5e7d46626980b582c666cfc6bf6 (patch) | |
| tree | a37a9acd86db325804a8e26523fe6428d2fe8ad6 | |
| parent | f6618cc8b447834a8102ae6988ae45cc7835a519 (diff) | |
| download | linux-6b234c98f7ccc5e7d46626980b582c666cfc6bf6.tar.xz | |
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>
| -rw-r--r-- | drivers/media/usb/em28xx/em28xx-core.c | 2 |
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) ? |
