]> git.baikalelectronics.ru Git - kernel.git/commit
staging: dgnc: Remove 'volatile' modifier where it is not needed
authorKonrad Zapalowicz <bergo.torino@gmail.com>
Wed, 6 Aug 2014 19:01:26 +0000 (21:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:14 +0000 (12:23 -0700)
commite2e28b5f7bf69cd57040cf89f8d7f65eccfdc36c
treecf48a7e4b2c6d82f99f1743715358182a46999bc
parentb093dbfa9e6e09d741e06fc7b42bf717f1f65576
staging: dgnc: Remove 'volatile' modifier where it is not needed

This commit fixes the checkpath warning about misused 'volatile'
modifier. In this case the 'volatile' was not needed as it was used
for regular automatic variable. Thos commit removes the 'volatile'.

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