irq_context: ignore (struct flexcop_device)->read_ibi_reg
commit397e102c233d0dcb3d0e4bfbfdb9051253551499
authorDan Carpenter <dan.carpenter@linaro.org>
Mon, 5 Feb 2024 12:52:09 +0000 (5 15:52 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Mon, 5 Feb 2024 12:52:09 +0000 (5 15:52 +0300)
treeeccd70c5f5842ddcf87109e9ae55219a71f60e13
parentaddb86a4d5d80dcbf7a28d785c625671e92f0bf6
irq_context: ignore (struct flexcop_device)->read_ibi_reg

I think that the situation is that flexcop USB and PCI drivers share a lot
of code but the PCI IRQ handler will not call the USB read/write handler.
So even though these function pointers have the same name the callers
know which they are using and treat them differently.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
smatch_kernel_irq_context.c