]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
media: si2168: fix a comment about firmware version
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 7 Mar 2018 13:57:05 +0000 (08:57 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 8 Mar 2018 11:06:49 +0000 (06:06 -0500)
There's a comment there at s82168 that it is wrong.

With firmware 4.0.11, sleep/resume works well without
need of download it every time. But firmware 4.0.19
needs to be downloaded again after sleep.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-frontends/si2168.c

index a9194778484249ce8f52a9d3ac0e320cc78d3216..324493e05f9fc731d0f5c136cd8d4af16377e582 100644 (file)
@@ -614,7 +614,7 @@ static int si2168_sleep(struct dvb_frontend *fe)
        if (ret)
                goto err;
 
-       /* Firmware B 4.0-11 or later loses warm state during sleep */
+       /* Firmware later than B 4.0-11 loses warm state during sleep */
        if (dev->version > ('B' << 24 | 4 << 16 | 0 << 8 | 11 << 0))
                dev->warm = false;