[PATCH V2 04/13] powerpc/vas: Setup fault window per VAS instance

Christoph Hellwig hch at infradead.org
Thu Dec 12 23:55:33 AEDT 2019


On Sun, Dec 08, 2019 at 07:30:33PM -0800, Haren Myneni wrote:
> +static int vas_irq_fault_window_setup(struct vas_instance *vinst)
> +{
> +	int rc = 0;
> +
> +	rc = vas_setup_fault_window(vinst);
> +
> +	return rc;
> +}

No real need for the local variable here.


More information about the Linuxppc-dev mailing list