[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <dd2a2483-0ad4-4563-8cc2-885a47a96e71@app.fastmail.com>
Date: Tue, 28 May 2024 14:45:07 +0200
From: "Arnd Bergmann" <arnd@...db.de>
To: "Arnd Bergmann" <arnd@...nel.org>,
"srinivas.pandruvada@...ux.intel.com" <srinivas.pandruvada@...ux.intel.com>,
"Jiri Kosina" <jikos@...nel.org>, "Benjamin Tissoires" <bentiss@...nel.org>,
"Lixu Zhang" <lixu.zhang@...el.com>
Cc: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] HID: intel-ish-hid: fix endian-conversion
On Tue, May 28, 2024, at 13:57, Arnd Bergmann wrote:
>
> for (i = 0; i < fragment->fragment_cnt && offset < ish_fw->size; i++)
> {
> dma_bufs[i] = dma_alloc_coherent(dev->devc, fragment_size,
> &dma_addr, GFP_KERNEL);
> + dma_bufs[i] = dma_alloc_coherent(dev->devc, fragment_size,
> + &dma, GFP_KERNEL);
> if (!dma_bufs[i])
> return -ENOMEM;
>
Sorry about this one, the duplicate linen was an incorrect
rebase. I've fixed this one locally but did not resend the
series since I'm still waiting for other review comments.
Arnd
Powered by blists - more mailing lists