Re: [PATCH] usb: ohci-platform: use helper variables in probe function

2016-08-09 Thread Greg Kroah-Hartman
On Fri, Jul 15, 2016 at 07:18:50AM +0200, Rafał Miłecki wrote: > Probing function was using &dev->dev and dev->dev.of_node over 20 times > so I believe it made sense to use helper variables for both of them. > To avoid some uncommon variable name for struct device I first replaced > existing dev va

Re: [PATCH] usb: ohci-platform: use helper variables in probe function

2016-07-15 Thread Alan Stern
On Fri, 15 Jul 2016, Rafał Miłecki wrote: > Probing function was using &dev->dev and dev->dev.of_node over 20 times > so I believe it made sense to use helper variables for both of them. > To avoid some uncommon variable name for struct device I first replaced > existing dev variable with pdev. >

[PATCH] usb: ohci-platform: use helper variables in probe function

2016-07-14 Thread Rafał Miłecki
Probing function was using &dev->dev and dev->dev.of_node over 20 times so I believe it made sense to use helper variables for both of them. To avoid some uncommon variable name for struct device I first replaced existing dev variable with pdev. Signed-off-by: Rafał Miłecki --- drivers/usb/host/