staging: vt6656: Remove duplicate code for the phy->service assignment
authorOscar Carter <oscar.carter@gmx.com>
Tue, 14 Apr 2020 15:38:49 +0000 (17:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Apr 2020 11:40:22 +0000 (13:40 +0200)
commit5a78455625a345933ed35dd3370fe5b85d44ed11
treeb37d9f2d8b1d05e360783910d7ec29072d96d368
parent8a29fb1fcf4e2466632924c9496e5030c1a8c4bc
staging: vt6656: Remove duplicate code for the phy->service assignment

Take out the "phy->service" assignment from the if-else statement due to
it's the same for the two branches.

Signed-off-by: Oscar Carter <oscar.carter@gmx.com>
Link: https://lore.kernel.org/r/20200414153849.5785-6-oscar.carter@gmx.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/baseband.c