kms_rotation_crc: No need to test for NULL before freeing the pipe CRC object
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 8 Jul 2014 17:56:15 +0000 (18:56 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Fri, 11 Jul 2014 14:12:22 +0000 (15:12 +0100)
commit2eaa50f02e2cf9b8ed545eee333110cae2c552db
tree2527fbaf3bfad67103f202fc489a42fb7262eaf4
parent05f90b03088f1b66dbfbb29b64aafe6b1ca164ae
kms_rotation_crc: No need to test for NULL before freeing the pipe CRC object

igt_pipe_crc_free() does that check already.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
tests/kms_rotation_crc.c