[U-Boot] [PATCH] spi: zynq_qspi: Use __func__ on debug

Tom Rini trini at konsulko.com
Sun Oct 25 14:47:31 CET 2015


On Sun, Oct 25, 2015 at 09:36:59AM +0530, Jagan Teki wrote:

> - Use __func__ on debug
> - Removed unnecessary comment
> 
> Signed-off-by: Jagan Teki <jteki at openedev.com>
> ---
>  drivers/spi/zynq_qspi.c | 8 +++-----
>  1 file changed, 3 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/spi/zynq_qspi.c b/drivers/spi/zynq_qspi.c
> index 8aa61d7..defc50e 100644
> --- a/drivers/spi/zynq_qspi.c
> +++ b/drivers/spi/zynq_qspi.c
> @@ -430,7 +430,6 @@ static int zynq_qspi_start_transfer(struct zynq_qspi_priv *priv)
>  		zynq_qspi_fill_tx_fifo(priv, priv->fifo_depth);
>  
>  	writel(ZYNQ_QSPI_IXR_ALL_MASK, &regs->ier);
> -	/* Start the transfer by enabling manual start bit */
>  
>  	/* wait for completion */
>  	do {
> @@ -516,7 +515,7 @@ static int zynq_qspi_xfer(struct udevice *dev, unsigned int bitlen,
>  	priv->rx_buf = din;
>  	priv->len = bitlen / 8;
>  
> -	debug("spi_xfer: bus:%i cs:%i bitlen:%i len:%i flags:%lx\n",
> +	debug("zynq_spi_xfer: bus:%i cs:%i bitlen:%i len:%i flags:%lx\n",
>  	      bus->seq, slave_plat->cs, bitlen, priv->len, flags);

Switch to __func__ here.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151025/ddcde999/attachment.sig>


More information about the U-Boot mailing list