On Mon, Sep 14, 2020 at 03:35:28PM +0300, Parav Pandit wrote: > From: Parav Pandit <parav@xxxxxxxxxx> > > hw_context stores pci device pointer. Use the pci_dev pointer instead of > void * and avoid typecasts. > > Signed-off-by: Parav Pandit <parav@xxxxxxxxxx> > Acked-by: Shiraz Saleem <shiraz.saleem@xxxxxxxxx> > --- > drivers/infiniband/hw/i40iw/i40iw_main.c | 2 +- > drivers/infiniband/hw/i40iw/i40iw_pble.c | 4 ++-- > drivers/infiniband/hw/i40iw/i40iw_type.h | 3 ++- > drivers/infiniband/hw/i40iw/i40iw_utils.c | 4 ++-- > drivers/infiniband/hw/i40iw/i40iw_verbs.c | 2 +- > 5 files changed, 8 insertions(+), 7 deletions(-) Applied to for-next, thanks Jason