From: Dmitry Torokhov Date: Thu, 17 Mar 2011 05:10:52 +0000 (-0700) Subject: Input: tsc2005 - do not use 0 in place of NULL X-Git-Tag: v2.6.39-rc1~410^2^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a6e180af78247e3a7680460240bb450c39d3a5b;p=pandora-kernel.git Input: tsc2005 - do not use 0 in place of NULL Sparse in unhappy when people use 0 instead of NULL for pointers so let's rework the way we initialize spi_transfer structure in tsc2005_cmd() and tsc2005_write(). Tested-by: Aaro Koskinen Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed