From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: bus: mhi: Match devices exposing the protocol on the SAHARA channel Date: Wed, 11 Mar 2026 13:35:22 +1000 Message-ID: In-Reply-To: <20260310-sahara_protocol_new_v2-v3-3-994ea4b0d5ad@oss.qualcomm.com> References: <20260310-sahara_protocol_new_v2-v3-0-994ea4b0d5ad@oss.qualcomm.com> <20260310-sahara_protocol_new_v2-v3-3-994ea4b0d5ad@oss.qualcomm.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Adds `SAHARA` to the MHI device ID table and adds `MODULE_DEVICE_TABLE`. **Minor issue:** - Missing space before `}` in the table entry: ```c { .chan = "SAHARA"}, ``` Should be `{ .chan = "SAHARA", }` for consistency with the existing `{ .chan = "QAIC_SAHARA", },` entry above. --- Generated by Claude Code Patch Reviewer