]> git.baikalelectronics.ru Git - kernel.git/commit
staging: dgnc: Remove not needed dgnc_driver_start variable
authorKonrad Zapalowicz <bergo.torino@gmail.com>
Sat, 16 Aug 2014 14:58:07 +0000 (16:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Aug 2014 16:52:25 +0000 (09:52 -0700)
commitc6300fa71555eb76837d9eff946f5e0adf78881f
tree9361eb4f510bb80b64258e7b34bc14b87dd8f473
parent7c96e94042eec95d909eb965715386b77837be71
staging: dgnc: Remove not needed dgnc_driver_start variable

The dgnc_driver_start variable purpose was to indicate if the driver
'start' routine has been called. Now, because the 'start' routine can
only be called once this variable is not needed thus this commit
removes it.

Signed-off-by: Konrad Zapalowicz <bergo.torino@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_driver.c