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.