commit | de2e04569d341988465dbd4651193942e8c6db6b | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Wed Jun 07 15:34:12 2017 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Tue Jun 20 08:12:20 2017 -0300 |
tree | ae245d55b2c50e2b7be6a2d45fb8df7677999e22 | |
parent | 21e54111d2558fa774aec998bba25c6fa5b61791 [diff] |
[media] media: imx: Drop warning upon multiple S_STREAM disable calls Calling S_STREAM OFF multiple times on a video device is valid, although dubious, practice. Instead of warning about it and setting stream count lower than zero, just ignore the subsequent S_STREAM calls and correct the stream count to zero. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>