rbug: remove superfluous NULL check
authorLucas Stach <l.stach@pengutronix.de>
Mon, 16 Sep 2019 13:15:47 +0000 (15:15 +0200)
committerLucas Stach <dev@lynxeye.de>
Fri, 18 Oct 2019 10:12:07 +0000 (10:12 +0000)
commit1b65c49c58c8a3d6a7b4a35a6e5c8f96d1828c23
treef2c7c571941b8d2900f982da77aebe6f0d240d95
parent93d47932b843aecdad7277287bf1850c16bf2f29
rbug: remove superfluous NULL check

The SCR_INIT macro used to install the rbug resource_changed method
will only do so when the driver below rbug exposes this method, so
the check will always evaluate to true.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
src/gallium/auxiliary/driver_rbug/rbug_screen.c