Re: [PATCH v3 1/2] Staging: octeon-usb: Change multiple calling of CVMX_USBCX_GRSTCTL
From: Greg Kroah-Hartman
Date: Sun Jul 29 2018 - 08:44:17 EST
On Sun, Jul 29, 2018 at 02:40:34PM +0300, Georgios Tsotsos wrote:
> Assign to variable the result of CVMX_USBCX_GRSTCTL instead of multiple
> calling a macro.
>
> Signed-off-by: Georgios Tsotsos <tsotsos@xxxxxxxxx>
> ---
> drivers/staging/octeon-usb/octeon-hcd.c | 20 ++++++++++----------
> 1 file changed, 10 insertions(+), 10 deletions(-)
What changed from previous versions? You should always list that below
the --- line so that we know what is going on...
v4? :)
thanks,
greg k-h