From: Alexandru Juncu Date: Wed, 4 Sep 2013 14:41:34 +0000 (-0300) Subject: [media] dm1105: remove unneeded not-null test X-Git-Tag: v3.13-rc1~47^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e48a3e8f616026195416e5d61c6cf24f686c2d8;p=pandora-kernel.git [media] dm1105: remove unneeded not-null test i2c_adap is a field of a struct and will always be allocated so its address will never be null. Suggested by coccinelle, manually verified. Signed-off-by: Alexandru Juncu Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed