]> www.infradead.org Git - users/dwmw2/linux.git/commit
accel/qaic: Register for PCI driver at the beginning of module init
authorPranjal Ramajor Asha Kanojiya <quic_pkanojiy@quicinc.com>
Fri, 1 Sep 2023 16:10:37 +0000 (10:10 -0600)
committerJeffrey Hugo <quic_jhugo@quicinc.com>
Fri, 15 Sep 2023 15:29:25 +0000 (09:29 -0600)
commit1006d67413d72d8cb70e18b02f4072ed06efb29d
tree8d6d75981b48624ebed69bdaaec8ea2e7e41dad5
parent81995ee1620318b4c7bbeb02bcc372da2c078c76
accel/qaic: Register for PCI driver at the beginning of module init

As qaic drivers base device is connected to host via PCI framework, it
makes sense to register in PCI framework at the beginning of module
init.

Signed-off-by: Pranjal Ramajor Asha Kanojiya <quic_pkanojiy@quicinc.com>
Reviewed-by: Carl Vanderlip <quic_carlv@quicinc.com>
Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
Signed-off-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
Reviewed-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230901161037.6124-1-quic_jhugo@quicinc.com
drivers/accel/qaic/qaic_drv.c