On Fri, Jan 26, 2018 at 11:56:10PM +0100, Jan Kundrát wrote: > + if (status) { > + dev_err(&pdev->dev, > + "Can't request GPIO for CS %d\n", > + master->cs_gpios[i]); > + goto out_rel_master; > + } > + if (spi->unused_hw_gpio == -1) { > + dev_info(&pdev->dev, > + "Selected unused HW CS#%d " > + "for any GPIO CSes\n", i); Don't split log messages over multiple lines, it gets in the way of anyone searching for them in the code. Please send a followup patch fixing this.
Attachment:
signature.asc
Description: PGP signature