> -----Original Message----- > From: Mark Brown [mailto:broonie@xxxxxxxxxx] > Sent: Wednesday, March 09, 2016 8:12 AM > To: Shubhrajyoti Datta > Cc: linux-spi@xxxxxxxxxxxxxxx; Soren Brinkmann; Michal Simek; Shubhrajyoti > Datta > Subject: Re: [PATCH] spi/spi-xilinx: Add clock support > > On Tue, Mar 08, 2016 at 02:12:08PM +0530, Shubhrajyoti Datta wrote: > > > + xspi->clk = devm_clk_get(&pdev->dev, NULL); > > + if (IS_ERR(xspi->clk)) { > > + dev_err(&pdev->dev, "input clock not found.\n"); > > + return PTR_ERR(xspi->clk); > > + } > > This changes the DT binding but does not update the binding document. Thanks for review fixed in v2 -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html