From: Geert Uytterhoeven Date: Tue, 21 Jan 2014 15:10:07 +0000 (+0100) Subject: spi: Correct set_cs() documentation X-Git-Tag: v3.14-rc1~91^2~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd6857a0c630207484a03ddc470fab34b23f80bb;p=pandora-kernel.git spi: Correct set_cs() documentation The documentation for spi_master.set_cs() says: assert or deassert chip select, true to assert i.e. its "enable" parameter uses assertion-level logic. This does not match the implementation of spi_set_cs(), which calls spi_master.set_cs() with the wanted logic level of the chip select line, which depends on the polarity of the chip select signal. Correct the documentation to match the implementation. Signed-off-by: Geert Uytterhoeven Signed-off-by: Mark Brown --- Reading git-diff-tree failed