[PATCH v2 0/5] PCI: rcar: Cleanups

2016-10-12 Thread Bjorn Helgaas
- Add local "dev" pointers to reduce repetition of things like "&pdev->dev". - Remove platform drvdata because it appears unused (we called platform_set_drvdata() but not platform_get_drvdata()). - Remove unused arguments and #defines. Nothing here should change the behavior of the

Re: [PATCH v2 0/5] PCI: rcar: Cleanups

2016-10-12 Thread Bjorn Helgaas
On Wed, Oct 12, 2016 at 07:58:35AM -0500, Bjorn Helgaas wrote: > - Add local "dev" pointers to reduce repetition of things like > "&pdev->dev". > > - Remove platform drvdata because it appears unused (we called > platform_set_drvdata() but not platform_get_drvdata()). > > - Remove u