media/gpu/v4l2ip: remove faulty DCHECK()
This DCHECK is faulty is several accounts: * It makes the program fault depending on the value of an argument, * The values it checks are actually valid to the ioctl, Finally, it has not been tested in debug mode since direct callers of the method in the same file use the values that trigger it as parameter. BUG=1033799 TEST=vdatest passes on Hana. Change-Id: Ic23f4baf94c89dceb9aeb4881a4b4942e1bebf9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130460 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Auto-Submit: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#755240}
Showing
Please register or sign in to comment