staging: vc04_services: remove redundant assignment to pointer service
authorColin Ian King <colin.king@canonical.com>
Fri, 31 May 2019 13:39:26 +0000 (14:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Jun 2019 12:14:55 +0000 (14:14 +0200)
commit313cca245d4b85189b3fc7e75e4fef837b2ed4e2
treec8951cb969618b9c1f344d06de1a045d7d56a284
parenta31f13af7da9c47ebbbc0d8d1161952bac9b09ed
staging: vc04_services: remove redundant assignment to pointer service

Pointer service is being set to NULL however this value is never
read and so the assignment is redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c