From: Thierry Reding Date: Mon, 9 Dec 2013 11:36:10 +0000 (+0100) Subject: mfd: cros ec: spi: Use 0 instead of '\0' consistently X-Git-Tag: v3.14-rc1~142^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daf93d2287ff8eb4a2f28224275fb02d623df2ab;p=pandora-kernel.git mfd: cros ec: spi: Use 0 instead of '\0' consistently memset() was being called with the second parameter set to '\0', which is equivalent but longer than the more canonical 0. Update the code to use the latter variant consistently across the driver. Signed-off-by: Thierry Reding Signed-off-by: Lee Jones --- Reading git-diff-tree failed