Commit 6d2b12e
media: uvcvideo: Send control events for partial succeeds
commit 5c79146 upstream.
Today, when we are applying a change to entities A, B. If A succeeds and B
fails the events for A are not sent.
This change changes the code so the events for A are send right after
they happen.
Cc: stable@kernel.org
Fixes: b401200 ("[media] uvcvideo: Add support for control events")
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Message-ID: <20250224-uvc-data-backup-v2-2-de993ed9823b@chromium.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>1 parent b52dc88 commit 6d2b12e
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1689 | 1689 | | |
1690 | 1690 | | |
1691 | 1691 | | |
1692 | | - | |
| 1692 | + | |
| 1693 | + | |
| 1694 | + | |
1693 | 1695 | | |
1694 | 1696 | | |
1695 | 1697 | | |
| |||
1700 | 1702 | | |
1701 | 1703 | | |
1702 | 1704 | | |
| 1705 | + | |
| 1706 | + | |
| 1707 | + | |
1703 | 1708 | | |
1704 | 1709 | | |
1705 | 1710 | | |
| |||
1938 | 1943 | | |
1939 | 1944 | | |
1940 | 1945 | | |
| 1946 | + | |
| 1947 | + | |
| 1948 | + | |
1941 | 1949 | | |
1942 | 1950 | | |
1943 | 1951 | | |
1944 | | - | |
1945 | | - | |
1946 | 1952 | | |
1947 | 1953 | | |
1948 | 1954 | | |
| |||
0 commit comments