staging: fbtft: remove unused bl_ops from fbtft_unregister_backlight
authorMike Rapoport <mike.rapoport@gmail.com>
Thu, 3 Sep 2015 05:13:10 +0000 (08:13 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:35 +0000 (18:24 -0700)
commite7f506bd0e2db2cc67da6e16776cf54aeb827999
treedcb89d61a97106f517cb2185ca192e27255fa5fd
parent4a1a838362a0ddbb847855e2a6918c2efcb54de2
staging: fbtft: remove unused bl_ops from fbtft_unregister_backlight

The only usage of bl_ops variable in fbtft_unregister_backlight function
was assigment of a value to that variable, therefore the assignment and
the variable itself can be safely removed

Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fbtft-core.c