Staging: bcm2835-audio: remove unneeded NULL check
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 7 Feb 2017 13:17:57 +0000 (16:17 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2017 12:16:45 +0000 (13:16 +0100)
commitc3103a361795e2b04c1e11aba1da50062f31053f
tree00ed41b5e81e7c8fd58971e67f9fadd157b1bd34
parent0afad91356392ab53ce3b3438173972b78bf9089
Staging: bcm2835-audio: remove unneeded NULL check

We just dereferenced "instance" on the line before so checking it here
is pointless.  Anyway, it can't be NULL here so let's remove the check.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm2835-audio/bcm2835-vchiq.c