forked from luck/tmp_suning_uos_patched
[ARM] 3766/1: Fix typo in ARM _raw_read_trylock
Patch from Catalin Marinas A comma was missing between tmp and tmp2. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
c336923b66
commit
e89bc81103
|
@ -201,7 +201,7 @@ static inline void __raw_read_unlock(raw_rwlock_t *rw)
|
|||
|
||||
static inline int __raw_read_trylock(raw_rwlock_t *rw)
|
||||
{
|
||||
unsigned long tmp tmp2 = 1;
|
||||
unsigned long tmp, tmp2 = 1;
|
||||
|
||||
__asm__ __volatile__(
|
||||
"1: ldrex %0, [%2]\n"
|
||||
|
|
Loading…
Reference in New Issue
Block a user