[PATCH] Remove usage of volatile as it is not necessary

2016-03-05 Thread PrasannaKumar Muralidharan
From: PrasannaKumar Muralidharan Remove usage of volatile for 'request_counter' and 'service_counter' members as they are not mapped with any IO register. Remove atomic_counter_t as it not necessary anymore. Signed-off-by: PrasannaKumar Muralidharan --- drivers/staging/most/hdm-dim2/dim2_hal.h

Re: [PATCH] Remove usage of volatile as it is not necessary

2016-03-11 Thread Greg KH
On Sun, Mar 06, 2016 at 12:07:40PM +0530, PrasannaKumar Muralidharan wrote: > From: PrasannaKumar Muralidharan > > Remove usage of volatile for 'request_counter' and 'service_counter' > members as they are not mapped with any IO register. Remove > atomic_counter_t as it not necessary anymore. Th