From 6ea312936d68b557766dafa9a3c4617e14ffa076 Mon Sep 17 00:00:00 2001 From: Atsushi Nemoto Date: Fri, 28 Feb 2014 23:03:16 +0900 Subject: [PATCH] spi: core: make zero length transfer valid again Zero length transfer becomes invalid since "spi: core: Validate length of the transfers in message" commit, but it should be valid to support an odd device, for example, which requires long delay between chipselect and the first transfer, etc. Signed-off-by: Atsushi Nemoto Tested-by: Thierry Reding Signed-off-by: Mark Brown --- Reading git-format-patch failed