From: Nathan Fontenot <[email protected]> Date: Tue, 08 Aug 2017 14:28:45 -0500
> Ensure that any resources allocated during probe are released if the > probe of the driver fails. > > Signed-off-by: Nathan Fontenot <[email protected]> Applied, but: > + > +ibmvnic_register_fail: > + device_remove_file(&dev->dev, &dev_attr_failover); > + ^^^^^^ That last line has trailing whitespace, which I had to fix up. Please take care of this next time.
