commit | b3c9f3c56c41cbebe7804b48ba8e6e484509c2c0 | [log] [tgz] |
---|---|---|
author | Christian Gromm <christian.gromm@microchip.com> | Tue Dec 22 10:53:05 2015 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 07 17:34:58 2016 -0800 |
tree | 3f07bc17f030f977356df8aaae9d9fc8d7322f41 | |
parent | fa96b8ed9cc562827b27181de7285c8fba54f395 [diff] |
staging: most: change type of access_ref This patch changes the type of the access reference from atomit_t to int. It is needed, because the reference variable is secured by synchronization locks and does not need to be atomic anymore. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>