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

Greg Kroah-Hartman gregkh at linuxfoundation.org
Tue Aug 9 06:59:28 PDT 2016


On Fri, Jul 15, 2016 at 07:05:56AM +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 variable with pdev.
> 
> Signed-off-by: Rafał Miłecki <zajec5 at gmail.com>
> Acked-by: Alan Stern <stern at rowland.harvard.edu>
> ---
> V2: Use 2 extra tabs after line break to match one of already used
>     coding styles.

Same comment here, unnecessary churn, sorry.

greg k-h



More information about the linux-arm-kernel mailing list