Re: [PATCH] media: dvb: usb: Fix WARNING in dib0700_i2c_xfer/usb_submit_urb

From: Alan Stern
Date: Tue Mar 25 2025 - 17:50:38 EST


On Tue, Mar 25, 2025 at 08:56:57PM +0100, Wolfram Sang wrote:
>
> > + static const struct i2c_adapter_quirks i2c_usb_quirks = {
> > + .flags = I2C_AQ_NO_ZERO_LEN_READ,
> > + };
>
> Why didn't you create the static struct outside of probe?

Because it's used only in that one function. But if you prefer, I will
move the definition outside of the function. It doesn't make any real
difference.

Alan Stern