lkml.org 
[lkml]   [2018]   [Mar]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v12 3/6] PCI/PORTDRV: Implement generic find service
From
Date
On 2/28/2018 12:04 PM, Oza Pawandeep wrote:
> +struct pcie_port_service_driver *pcie_port_find_service(struct pci_dev *dev,
> + u32 service)
> +{
> + struct pcie_port_service_driver *drv = NULL;

Remove initialization

> + struct portdrv_service_data pdrvs;
> +
> + pdrvs.service = service;

initialize pdrvs.drv = NULL here.

> + device_for_each_child(&dev->dev, &pdrvs, find_service_iter);
> +
> + drv = pdrvs.drv;
> + return drv;
> +}


--
Sinan Kaya
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc.
Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.

\
 
 \ /
  Last update: 2018-03-06 15:03    [W:0.098 / U:0.708 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site