Merge 0d508cefcd ("vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-endian machines") into android16-6.12-lts
Steps on the way to 6.12.31 Resolves merge conflicts in: drivers/media/usb/uvc/uvc_ctrl.c Change-Id: I663a7a27e554e5a9d426532ff17f7dffc9619d22 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -100,5 +100,6 @@ trap cleanup EXIT
|
||||
if [[ "${test}" == "all" ]]; then
|
||||
run_all_tests
|
||||
else
|
||||
run_test "${proto}" "${test}"
|
||||
exit_code=$(run_test "${proto}" "${test}")
|
||||
exit $exit_code
|
||||
fi;
|
||||
|
||||
Reference in New Issue
Block a user