]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4fc0787405912b27b2a16dc6ed96e05a6264ba7b
treeb37d9f2d8b1d05e360783910d7ec29072d96d368
parent1b97d7b9c089aa053f0600146c4c57ed78a9b546
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