From: Dan Carpenter Date: Sat, 19 Oct 2013 08:46:22 +0000 (+0300) Subject: i2c: scmi: remove some bogus NULL checks X-Git-Tag: v3.13-rc1~43^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e55fea0c50452449403bc8645fa3a6205dd74547;p=pandora-kernel.git i2c: scmi: remove some bogus NULL checks "obj" can't be NULL here. We already know that "pkg->package.elements" gives us a valid pointer so the next pointer after that is also non-NULL. Signed-off-by: Dan Carpenter Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed