[PATCH linux 15/15] drivers/fsi: Initialize CFAMs for read/write access

Jeremy Kerr jk at ozlabs.org
Thu Oct 6 18:02:23 AEDT 2016


Hi Chris,

> static int fsi_master_break(struct fsi_master *master, int link)
> {
> 	int rc = 0;
> 
> 	if (master->break)
> 		master->break(master, link)

Sorry, that should be:
 		rc = master->break(master, link);

Cheers,


Jeremy


More information about the openbmc mailing list