From: Andy Walls Date: Sun, 16 Jan 2011 01:32:33 +0000 (-0300) Subject: [media] lirc_zilog: Remove unneeded tests for existence of the IR Tx function X-Git-Tag: v2.6.38-rc2~1^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8090232a237ab62e22307fc060097da1a283dd66;p=pandora-kernel.git [media] lirc_zilog: Remove unneeded tests for existence of the IR Tx function The driver is now structured so that it must handle an IR Tx unit for a Z8 IR chip, or it refuses to handle that Z8 IR chip. This allows us to assume that ir->tx != NULL in a few places in the driver, and also allows us to always report Tx is available to userspace. Get rid of unneeded tests for ir->tx == NULL and always report that Tx is available. Signed-off-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed